זאת השגיאה שהוא מראה לי:
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());
אני לא מבין מה הבעיה .. תודה למי שיעזור.