程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> check the manual that corresponds to your MySQL server version for the right syntax的錯誤解析,correspondssyntax
check the manual that corresponds to your MySQL server version for the right syntax的錯誤解析,correspondssyntax
編輯:關於PHP編程
check the manual that corresponds to your MySQL server version for the right syntax的錯誤解析,correspondssyntax
錯誤原因一:SQL關鍵字沖突
分析:例:把desc命名為字段名
錯誤原因二:$right=$DB->fetch_one_array("SELECT rsnumber FROM ".$db_prefix."userright WHERE usertitle=".$usertitle"");