[PHP] Lost variables

2004-11-24 Thread Alberto Brea
Perhaps. I always use the same phrase to open up an array. foreach($myarray as $var=>$val) { $$var= $val; } You can also nest it into another foreach statement to extract from an associative array. Alberto __ Renovamos el Correo Yahoo

Re: [PHP] Lost Variables

2004-11-23 Thread Jason Wong
On Wednesday 24 November 2004 04:52, Monique Verrier wrote: > I am using the general strategy suggested by Jay (thanks, Jay) to process > my form in another procedure. It's listed below. In my processStuff.php > program, I use the following code: > > $attributes = array(); > $attributes = array_

Re: [PHP] Lost Variables

2004-11-23 Thread Monique Verrier
onique Verrier" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Tue, 23 Nov 2004 12:52:29 -0800 > Subject: [PHP] Lost Variables > > > First -- thank you for reading my post. > > > > I am using the general strategy suggested by Jay (thanks, Jay) to > &

Re: [PHP] Lost Variables

2004-11-23 Thread abrea
gards Alberto Brea -Original Message- From: "Monique Verrier" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue, 23 Nov 2004 12:52:29 -0800 Subject: [PHP] Lost Variables > First -- thank you for reading my post. > > I am using the general strategy suggested by

[PHP] Lost Variables

2004-11-23 Thread Monique Verrier
First -- thank you for reading my post. I am using the general strategy suggested by Jay (thanks, Jay) to process my form in another procedure. It's listed below. In my processStuff.php program, I use the following code: $attributes = array(); $attributes = array_merge($attributes,$HTTP_POST_VA