ผมกำหนดให้ค้ณหาข้อมูล แล้วให้โชวื หน้าละ 3ข้อมลแล้วขึ้นหน้าใหม่ พอกด next แล้วมันไมเจอข้อมูลกลายเป็นหน้าค้ณหาแทน ครับช่วยที
<?
if($_GET["txtKeyword"] = "")
{
$objConnect = mysql_connect("localhost","root","") or die("Error Connect to Database");
$objDB = mysql_select_db("bass");
// Search By Name or Email
$strSQL = "SELECT * FROM history WHERE (IDM LIKE '%".$_GET["txtKeyword"]."%' or PNAME LIKE '%".$_GET["txtKeyword"]."%' or TUMBON LIKE '%".$_GET["txtKeyword"]."%'or YDAY LIKE '%".$_GET["txtKeyword"]."%'or DAY1 LIKE '%".$_GET["txtKeyword"]."%'or DAY2 LIKE '%".$_GET["txtKeyword"]."%'or DAY3 LIKE '%".$_GET["txtKeyword"]."%')";
mysql_query("SET character_set_results='tis620'");
mysql_query("SET character_set_client='tis620'");
mysql_query("SET character_set_connection='tis620'");
mysql_query("collation_connection = tis620_thai_ci");
mysql_query("collation_database = tis620_thai_ci");
mysql_query("collation_server = tis620_thai_ci");
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
#1064 - 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 '$strSQL = "SELECT * FROM history WHERE (IDM LIKE '%".$_GET["txtKeyword"]."%' or ' at line 1
ขึ้นอย่างงี้ครับ