I added "<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />" to the "page_container" template for all pages. But when I use PHP to render some contents, the Chinese characters can not be displayed properly and become "??????"
Below is part of my php code:
Below is part of my php code:
Code:
@$result .= <<<HTML
<table cellspacing="5" cellpadding="5" border="2" width="100%">
<tr>
<td colspan="2" style="padding:5px 0px 5px 5px; background-color:#9F9;">该OBD故障码适用于:<b>{$row['make']}</b></td>
</tr>