On Sun, 2004-10-17 at 09:53 -0700, Stuart Felenstein wrote:
> I have 3 arrays. 3 for 3 fields in a table (all part
> of 1 record)
> array1 - field1
> array2 - field2
> array3 - field3
>
> What I've been doing which works good with one array:
> if ( is_array( $_SESSION['foo'] ) ) {
> foreach ( $_SESSION['foo'] as $x ) {
> sql .= "INSERT INTO TABLE (...............
> VALUES ($x)
>
> Just can't seem to figure out how with three arrays.
>
> help appreciated.
>
> Stuart
> Can you provide a print_r() output of your $_SESSION['foo'] ? I can help you more after that. -Robby -- /*************************************** * Robby Russell | Owner.Developer.Geek * PLANET ARGON | www.planetargon.com * Portland, OR | [EMAIL PROTECTED] * 503.351.4730 | blog.planetargon.com * PHP/PostgreSQL Hosting & Development ****************************************/
signature.asc
Description: This is a digitally signed message part

