whats wrong with this php / sql command:
Posted: Sat Aug 04, 2007 5:41 am
this is the shothand sqlquerry(after connecting to the database ans table):
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 '
But I see nothing wrong with my syntax
and my error:$result= mysql_query("INSERT INTO sigparsed (a, b, c, d, e ) VALUES ('2', $var1, '1', $var2, '0' ) ") or die(mysql_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 '
But I see nothing wrong with my syntax