Changeset 146 for branches/dev/html/test


Ignore:
Timestamp:
2007/01/28 18:32:53 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r137 r146  
    44 
    55$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 ¥Æ¥¹¥È"; 
    88     
    99$result = mb_send_mail( $email, $subject, $body); 
Note: See TracChangeset for help on using the changeset viewer.