<?php
function show_data($tablename)
{
$conn = connect_db("bookonline");
if(!$conn)
die("เกิดความผิดพลาดไม่สามารถติดต่อกับฐานข้อมูลได้)";
$sql = "select * from $tablename";
return mysql_query($sql) or die(mysql_error());
}
?>
ลองเปลี่ยนเป็นแบบนี้ดูนะครับ
Date :
2009-05-12 01:05:56
By :
plakrim
No. 4
Guest
แก้ตามแล้วครับ กลายเป็นเป็นจังซี่!!!
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order' at line 1