I can't see the problem....

Patrick S.

Seasoned Veteran
Joined
Apr 1, 2011
Messages
3,378
Reaction score
0
FP$
6
I can't see any coding error here can you?
Code:
mysql_query("INSERT INTO books (name, description, image, price, isnb, condition, author, publisher, copyright, addedby)
VALUES ('$name', '$description', '$image', '$price', '$isbn', '$condition', '$author', '$publisher', '$copyright', 'REMOVED')");

SQL looks like this
 

Attachments

  • sqlhelp.webp
    sqlhelp.webp
    6.9 KB · Views: 42
He wants a coder to double check that the codes hes inserting into a database is correct.
 
Nothing is inserting I have checked other codes and looked at it over and over again and nothing is working
 
It should I see nothing wrong I have check similar code I have made on other sites.
 
Back
Top Bottom