Changeset 146 for branches/dev/html/test
- Timestamp:
- 2007/01/28 18:32:53 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/test/uehara/mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/test/uehara/mail.php
r137 r146 4 4 5 5 $email = $_POST['email']; 6 $subject = mb_convert_encoding( $_POST['subject'], "iso-2022-jp", "S-JIS");7 $body = $_POST['body'];6 $subject = "flash + javascript + PHP"; 7 $body = "flash + javascript + PHP ¥Æ¥¹¥È"; 8 8 9 9 $result = mb_send_mail( $email, $subject, $body);
Note: See TracChangeset
for help on using the changeset viewer.
