Re: execute_array() problem...

2004-09-29 Thread Tim Bunce
On Tue, Sep 28, 2004 at 08:10:44PM +, amonotod wrote: > > From: amonotod <[EMAIL PROTECTED]> > > Date: 2004/09/28 Tue PM 07:13:23 GMT > > You ever have one of those days, where all you needed was to put on your headphones, > tune everyone out, and make things work...? > > - $DataInsert->bind

Re: execute_array() problem...

2004-09-28 Thread amonotod
> From: amonotod <[EMAIL PROTECTED]> > Date: 2004/09/28 Tue PM 07:13:23 GMT You ever have one of those days, where all you needed was to put on your headphones, tune everyone out, and make things work...? - $DataInsert->bind_param_array($temp_count, [EMAIL PROTECTED]); + $DataInsert->bind_par

execute_array() problem...

2004-09-28 Thread amonotod
Hello all, I'm having a problem with execute_array. Below is the relevant code: # Build up parameter binds... while ($temp_count < $colttl) { $DataInsert->bind_param_array($temp_count, [EMAIL PROTECTED]); $temp_count++; } # insert data unless ($DataInsert->execute_array( { ArrayTupleSta