|
|
|
สอบถาม เวลา ดึงข้อมูลมาโชว์ เช่น 10"X10" แต่พอ ส่งข้อมูลไป อีก หน้า เป็น 10\"X10\" |
|
|
|
|
|
|
|
Code (PHP)
<?php
$str = "<p>this -> "</p>\n";
echo htmlspecialchars_decode($str);
// note that here the quotes aren't converted
echo htmlspecialchars_decode($str, ENT_NOQUOTES);
?>
ลองดูครับ
|
|
|
|
|
Date :
2016-03-04 09:52:25 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|