Maybe it's a SQL version thing, but that first string deleted all my countries, and the second wouldn't add US. I did it manually and the string that PHP myAdmin returned that was performed was:
Quote:
INSERT INTO `xcart_countries` ( `country` , `code` , `language` , `charset` )
VALUES (
'United States', 'US', 'English', 'iso-8859-1'
);
|
Hope that helps somebody else out there.
