$sql="update mark_list set ".$_SESSION['question_id']." ='2' where user_id= ".$_SESSION['user_id'];
mysqli_query($connection, $sql)ordie(mysqli_error($connection));
والغرض منه استعمال جملة استعلام mysqli للتغيير في بيانات داخل قاعدة بيانات، لكن يظهر لي الخطأ البرمجي التالي:
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 '51 ='2' where user_id= 10023' at line 1
السؤال
محمد بوسكوري
لدي الكود التالي:
والغرض منه استعمال جملة استعلام mysqli للتغيير في بيانات داخل قاعدة بيانات، لكن يظهر لي الخطأ البرمجي التالي:
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 '51 ='2' where user_id= 10023' at line 1
كيف يمكنني تجاوزه؟
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.