I am getting this mysql_error from my code which I have never seen before...
Column count doesn't match value count at row 1
from this code
mysql_query("INSERT INTO orders VALUES('',$customer_id,'$name','$company','$address','$address2','$city','$zipcoun[1]','$state','$country','$phone','$email','2','$ShipName','$ShipCompany','$ShipAddress','$ShipAddress2','$ShipCity','$ShipZip','$ShipState','$country','2','$name','$company','$address','$address2','$city','$zipcoun[1]','$state','$country','2','Credit Card','$paytype','$noc','$cnumber','$cexipires',NULL,now(),'1',NULL,'USD','1','$cvv','$ShipPhone','$ShipEmail')") or die (mysql_error());
No row is called count. And it just seemed to stop working without my doing anything to it. What is causing it?