Changeset 7030 for temp/trunk/html
- Timestamp:
- 2006/10/31 09:44:49 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/naka/mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/naka/mail.php
r7029 r7030 7 7 //$body = mb_convert_encoding($body, 'UTF-8', 'EUC-JP'); 8 8 9 print("<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>\n"); 10 print($body); 9 print("<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'></head><body>\n"); 10 print("<b>" . $body . "</b>"); 11 12 print("</body></html>"); 11 13 12 14 /*
Note: See TracChangeset
for help on using the changeset viewer.
