can someone look at this code, and tell me why there is a error in it ?? I can't find it!!
the code is
mysql_select_db ($dbname);
$sql_query = mysql_query("INSERT INTO svoinfo (vin,date,color,who,year,city,state,owner,country,desc,mileage,pic,alive) VALUES ('$vin','$dd','$color','$who','$year','$city','$state','$owner','$country','$desc','$mileage','$pic','$alive')") or die (mysql_error());
the error I get is
You have an error in your SQL syntax near 'desc,mileage,pic,alive) VALUES ('1FABP28T123456789','January 21,2003','1C','svoe' at line 1
my eyes have crossed, and i still dont see it!!
thanks!!