View Single Post
ישן 23-02-06, 11:17   # 1
dudu
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 204

dudu לא מחובר  

בעיה בהוספת נתונים למסד.

זאת השגיאה שהוא מראה לי:
HTML קוד:
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 'reporter`='' `maf`='' `about`='4'' at line 1
זה הקוד:
HTML קוד:
$sql = "INSERT INTO books SET `bookname`='$bookname' `reporter`='$reporter' `maf`='$maf' `about`='$about'";
mysql_query($sql) or die(mysql_error());
אני לא מבין מה הבעיה .. תודה למי שיעזור.
__________________
  Reply With Quote