|
|
|
php connect mysql server ไม่แสดงภาษาไทย ทั้งที่ set เป็น utf-8หมดแล้ว |
|
|
|
|
|
|
|
ลองเขียน meta แบบสัญลักษณ์ครบๆดูหน่อยสิครับ
Code
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
Date :
2015-12-03 22:39:57 |
By :
{Cyberman} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้ แบบ html5
Code (PHP)
<?php
header("Content-type: text/html; charset=utf-8");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
<body>
Content of the document......
</body>
</html>
|
|
|
|
|
Date :
2015-12-04 12:18:40 |
By :
progamer2000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ปัญหาภาษาไทย php กับ MySQL (TIS-620 กับ UTF-8)
ปัญหาง่าย ๆ อย่าทำให้ยากครับ แก้ step by step
|
|
|
|
|
Date :
2015-12-04 13:11:37 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|