/ Published in: Other
Expand |
Embed | Plain Text
<?php ob_start(); include("body.php"); $body = ob_get_contents(); ob_end_clean(); if ($mode == MODE_MOBILE) { $body = mb_convert_encoding($body, "Shift-JIS", "UTF-8"); } echo $body ?>
You need to login to post a comment.
