Re: [PHP-DB] INSERT Won't Insert

2001-08-01 Thread Gremlins Mailing List
gards -- Jason Wong Gremlins Associates - Original Message - From: Steve Fitzgerald <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 2:35 AM Subject: [PHP-DB] INSERT Won't Insert > This should be a simple insert. I must be missing something be

RE: [PHP-DB] INSERT Won't Insert

2001-08-01 Thread Craig Vincent
If you simplify the query you'll see your error...all those escaped " were giving me a headache hehe *modified* $add_co_sql = "INSERT INTO $table_name (CompanyID, CompanyName, Address, City, StateorProvince, PostalCode,Region,Country,WebSite)VALUES ('','$CompanyName','$Address','$City','$Stateor

[PHP-DB] INSERT Won't Insert

2001-08-01 Thread Steve Fitzgerald
This should be a simple insert. I must be missing something because I keep getting: Couldn't execute query. What am I missing? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list