PDA

View Full Version : Cannot find error in this sql query


the-dream
02-17-2008, 07:15 PM
I cannot find the error in the following sql query, can you see it?

INTERT INTO favs (id, title, description, url, user, rating) VALUES (NULL, '$title', '$desc', '$url', '$user', '$rating')

the-dream
02-17-2008, 07:21 PM
Got it

INSERT