[PHP-DB] Query stopping after 2 records?

2009-04-27 Thread Miller, Terion
I need help/advice figuring out why my query dies after 2 records. Here is the query: // Build your INSERT statement here $query = INSERT into `warrants` (wid, name, age, warrant, bond, wnumber, crime) VALUES (; $query .= '$wid', '$name', '$age', '$warrant', '$bond',

Re: [PHP-DB] Query stopping after 2 records?

2009-04-27 Thread Bastien Koert
On Mon, Apr 27, 2009 at 10:19 AM, Miller, Terion tmil...@springfi.gannett.com wrote: I need help/advice figuring out why my query dies after 2 records. Here is the query: // Build your INSERT statement here $query = INSERT into `warrants` (wid, name, age, warrant, bond, wnumber,

Re: [PHP-DB] Query stopping after 2 records?

2009-04-27 Thread Hawx
On Mon, 27 Apr 2009 07:19:23 -0700, Miller, Terion tmil...@springfi.gannett.com wrote: I need help/advice figuring out why my query dies after 2 records. Here is the query: // Build your INSERT statement here $query = INSERT into `warrants` (wid, name, age, warrant,

Re: [PHP-DB] Query stopping after 2 records?

2009-04-27 Thread Chris
Hawx wrote: On Mon, 27 Apr 2009 07:19:23 -0700, Miller, Terion tmil...@springfi.gannett.com wrote: I need help/advice figuring out why my query dies after 2 records. Here is the query: // Build your INSERT statement here $query = INSERT into `warrants` (wid, name, age,