Changeset 7030 for temp/trunk/html


Ignore:
Timestamp:
2006/10/31 09:44:49 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/naka/mail.php

    r7029 r7030  
    77//$body = mb_convert_encoding($body, 'UTF-8', 'EUC-JP'); 
    88 
    9 print("<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>\n"); 
    10 print($body); 
     9print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'></head><body>\n"); 
     10print("<b>" . $body . "</b>"); 
     11 
     12print("</body></html>"); 
    1113 
    1214/* 
Note: See TracChangeset for help on using the changeset viewer.