Changeset 135 for branches


Ignore:
Timestamp:
2007/01/28 17:38:51 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/uehara/mail.php

    r134 r135  
    44 
    55$email = $_POST['email']; 
    6 $subject = $_POST['subject']; 
     6$subject = mb_convert_encoding( $_POST['subject'], "iso-2022-jp", "S-JIS");; 
    77$body = $_POST['body']; 
    88     
    9 $result = mail( $email, $subject, $body); 
     9$result = mb_send_mail( $email, $subject, $body); 
    1010 
    1111//FLASH¤ØÃͤòÁ÷¿®(À®¸ù = 0, ¼ºÇÔ = 1) 
Note: See TracChangeset for help on using the changeset viewer.