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

2001-08-01 Thread Gremlins Mailing List
Steve I believe you're missing the closing bracket ) after $Website. I think it's clearer if you use single quotes (') rather than double quotes and then having to escape them. Something like: INSERT INTO $table_name (CompanyID, CompanyName, Address, City, StateorProvince,

Re: [PHP-DB] determining the value of an auto-incremented field (mysql)

2001-08-16 Thread Gremlins Mailing List
- Original Message - From: Kenn Murrah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 17, 2001 1:17 AM Subject: [PHP-DB] determining the value of an auto-incremented field (mysql) [snip] Having done so, how can I immediately determine the value of order_number for this

Re: [PHP-DB] Query construction (again)

2001-08-22 Thread Gremlins Mailing List
- Original Message - From: Russ Michell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 10:16 PM Subject: [PHP-DB] Query construction (again) Hey there folks - similar problem - different project! I want to select some records for a period of 7days after