คิวรี่ข้อมูลแล้วฟ้อง error ตามนี้ครับ
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\project\components\com_jumi\files\inc\functions.inc.php on line 30
Code (PHP)
$sql = "SELECT * FROM `type_id` WHERE genres IN ('Comedy','Romance')";
while($arr = fetch($sql)) {
echo $arr['id'];
echo "<br/>";
}
line 30 ที่ฟ้อง error code เป็นแบบนี้ครับ Code (PHP)