|
|
|
ช่วยดูให้หน่อยสิครับ คือว่าเว็ปผมภาษามันเป็นต่างดาวอ่าครับ แล้วเป็น เฉพาะบางหน้าเท่านั้นอ่าครับ |
|
|
|
|
|
|
|
คือว่าพอผมสร้าง หน้าใหม่ขึ้นมาแล้วมันก็เป็น ภาษาต่างดาวเลยอ่าครับ แล้วผมเองก็กำหนด UTF-8 แล้วด้วยนะครับ
ตามนี้เลยครับ
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Discover Hediard's luxury products variety. Fine food, Confectionery, Gift hampers, luxury baskets, corporate gifts delivered in Europe." />
<meta name="keywords" content="fine food, gourmet, luxury, gift baskets, hampers, corporate gifts, restaurant, boutique" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="apple_touch_icon.png"/>
<script type="text/javascript">
เนี่ยครับ
แล้วผลที่ออกมากลับได้แบบนี้อ่าครับ
แล้วค่าที่เป็น ภาษาไทยนั้น คือได้ค่ามาจาก Database นะครับ
ขอบคุณมากครับ
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2012-04-30 09:59:09 |
By :
zimmpooh |
View :
1053 |
Reply :
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอดู code ตอน query ด้วยครับ
|
|
|
|
|
Date :
2012-04-30 10:05:13 |
By :
pongit50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คุณใช้ IE หรือว่า chorm หรือ friefox คุณลองไปปรับคุณสมบัติของเบาร์เซอร์ดูก่อนครับ ว่าปรับแล้วเกิดอะไรขึ้นบ้าง
|
|
|
|
|
Date :
2012-04-30 10:05:15 |
By :
SOUL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ใช้ databaseครับ เป็น text html ธรรมดาครับ
คือว่า ค่าในเบสสามารถอ่านได้ครับผม ไม่มีปัญหาอะไร แต่มันมีปัญหาตรงนี้อ่าครับ
Code (PHP)
<table>
<tr>
<th>รูปภาพสินค้า</th>
<th>รหัสสินค้า</th>
<th>ชื่อสินค้า</th>
<th>ประเภทสินค้า</th>
<th>ราคาสินค้า</th>
<th>จำนวน</th>
<th>ราคารวม</th>
<th id="last">ลักษณะเด่นของสินค้า</th>
</tr>
<?
while($objquery = mysql_fetch_array($query)){
$image = $objquery["Picture"];
$idproduct = $objquery["ID_Product"];
$names = $objquery["Product_Name"];
$category = $objquery["Category"];
$price = $objquery["Price"];
$total = $objquery["Total"];
$num = $objquery["Num"];
$detail = $objquery["Detail"];
$ID_Orderdetail = $objquery["ID_Orderdetail"];
?>
<tr>
<td><img src="images/product/<?=$image;?>" width="120"></td>
<td><?=$idproduct;?></td>
<td><?=$names;?></td>
<td><?=$category;?></td>
<td><?=$price;?></td>
<td><?=$num;?></td>
<td><?=$total;?></td>
<td><?=$detail;?></td>
</tr>
<? } ?>
<tr>
<td colspan="9" align="center">
ยอดรวมการสั่งซื้อ : <?=$sum;?>
</td>
</tr>
</table>
คือว่าค่าตรง TAG TH มันออกมาเป็น ภาษาต่างดาวอ่าครับ
|
|
|
|
|
Date :
2012-04-30 10:16:28 |
By :
zimmpooh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
ลองเอาออกไปสัก1อัน มันซ้ำกัน
อันนี้ไม่รู้ว่าเกี่ยวกันไหนนะครับ
หรือไม่ก็ตอนเซฟไฟล์ว่าเซฟเป็น encode แบบไหน
|
|
|
|
|
Date :
2012-04-30 10:21:57 |
By :
rootElement@kmutnb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทดสอบที่ localhost หรือ server จริงครับ ถ้าเป็น server จริง ไม่ทราบว่าได้ไปปรับแต่ง php.ini หรือยังครับตรง default charset อะครับลองแก้แบบนี้ดู default_charset="utf-8,tis-620"
|
|
|
|
|
Date :
2012-04-30 10:29:19 |
By :
addy_it |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อ่อ ก็เห็นคุณบอกว่า "แล้วค่าที่เป็น ภาษาไทยนั้น คือได้ค่ามาจาก Database นะครับ"
|
|
|
|
|
Date :
2012-04-30 10:34:47 |
By :
pongit50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|