View Single Post
ישן 02-07-06, 16:23   # 4
barakdr
חבר חדש
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 23

barakdr לא מחובר  

טעות שלי זה לא עובד
קוד:
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 ''admin','02/07/2006 
17:22:08','127.0.0.1')' at line 1
/admin/login_chek.asp, line 16
זו השגיאה שאומרת שיש סימן לא חוקי ליד admin והסימן הזה הוא ה ","
זה הקוד
קוד:
c.execute "insert into adminlog values(,'"&request.form("user")&"','"&now()&"','"&request.ServerVariables("REMOTE_ADDR")&"')"
  Reply With Quote