|
|
|
เว็บใส่ meta tag ใน head แล้วก็ยังไม่สามารถอ่านภาษาไทยได้ ทำยังไงดีครับ |
|
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620" />
สามตัวบน เลือกเอาตัวใดตัวหนึ่งครับ มันจะใช้ตัวสุดท้าย ครับ
|
|
|
|
|
Date :
2014-11-05 12:11:35 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ปัญหาภาษาไทย php กับ MySQL (TIS-620 กับ UTF-8)
ใช้ให้ถูกครับ
|
|
|
|
|
Date :
2014-11-05 15:39:43 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
$mysqli = mysqli_connect("localhost","root","12345","project3");
if (mysqli_connect_errno($mysqli)) {
echo "Faild to connect to Mysql: " .mysql_connect_errno();
}
$mysqli->query("SET NAMES utf8");
$sql="insert into province values('','$pv_name','$pv_type','$pv_class')";
$mysqli->query($sql) or die($mysqli->error.__LINE__);
$mysqli->close();
?>
<meta http-equiv="refresh" content="0;url=./showprovince.php">
|
|
|
|
|
Date :
2019-10-07 13:00:54 |
By :
kanjana |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|