รบกวนช่วยดู php error ให้หน่อยครับ ผมลอง upload ขึ้น server จริงที่จะต้องใช้ เเต่ดันเจอ Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in index.php on line 155 เเต่ใน localhost ปกติครับไม่เจอ error เเสดงได้ตามปกติ ไม้ทราบว่าเป็นเพราะอะไรครับ
code line 155 : while ($row = mysql_fetch_array($result))
Code (PHP)
<?
$sql = "select * from property where status = 'Recommend' and showed = 'Enable' order by rand() limit 0,5";
$result = mysql_db_query($database_connection,$sql);
while ($row = mysql_fetch_array($result))
{
$types_chk = explode("~",$row[types]);
?>