mysql syntax error in insert into table query?
I am trying to insert data to a table and keep getting a syntax error ....
[look for the current manual for your version of mysql ....bla bla blas ... near line 1]
I have echoed the values are variables and they print out fine before this statement.
this is day number 2 trying to find the error? any help with this would be welcome
'mysql_query("INSERT INTO 'giacones'
(catagory,itemname,discription,price,itemnumber)
VALUES
($catagory,$itemname,$discription,$price,$itemnumber)")
or die(mysql_error());