Why do I get the MySQL Error “Query was empty”?

前端 未结 3 2152
北荒
北荒 2020-12-20 16:08
$id = $_REQUEST[\'id\'];
$Section = $_REQUEST[\'section\'];
$Subject = $_REQUEST[\'subject\'];
$type = $_REQUEST[\'type\'];
$Start_date1 = isset($_REQUEST[\'startTxt         


        
3条回答
  •  天涯浪人
    2020-12-20 16:36

    Please, for the love of the internet, don't built an SQL query yourself. Use PDO.

提交回复
热议问题