- Timestamp:
- 2007/01/28 17:38:51 (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
r134 r135 4 4 5 5 $email = $_POST['email']; 6 $subject = $_POST['subject'];6 $subject = mb_convert_encoding( $_POST['subject'], "iso-2022-jp", "S-JIS");; 7 7 $body = $_POST['body']; 8 8 9 $result = m ail( $email, $subject, $body);9 $result = mb_send_mail( $email, $subject, $body); 10 10 11 11 //FLASH¤ØÃͤòÁ÷¿®(À®¸ù = 0, ¼ºÇÔ = 1)
Note: See TracChangeset
for help on using the changeset viewer.
