מישהו יכול לעזור לי רגע?
הקוד הזה עובד מצויין:
PHP קוד:
$sql="INSERT INTO exp
(name,author,views,visible,date)
VALUES
('$name','1','0','1','$date')";
אבל הקוד הזה עושה בעיות
PHP קוד:
$sql="INSERT INTO exp
(name,author,views,visible,date,describe)
VALUES
('$name','1','0','1','$date','$describe')";
בסה"כ הוספתי את describe! וזה עושה לי בעיה. הנה הבעיה
PHP קוד:
Error: 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 'describe) VALUES ('blabla','1','0','1','22/10/06','blabla')' at line 2
מישהו יודע איך לפתור אותה?
תודה