Re: [PHP] global array, can't assign values from variables

2003-09-05 Thread Curt Zirzow
* Thus wrote Chris Edwards ([EMAIL PROTECTED]): > Hi > > I'm just going to give the code and output. It should be self explanatory. > The array, $criteria, is having the issue. I don't know what it's doing. I > cannot seem to assign the value from the $data variable to the > $criteria[index] va

Re: [PHP] global array, can't assign values from variables SOLVED

2003-09-05 Thread Chris Edwards
[EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "Chris Edwards" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 4:11 PM Subject: Re: [PHP] global array, can't ass

Re: [PHP] global array, can't assign values from variables

2003-09-05 Thread John W. Holmes
Chris Edwards wrote: I'm just going to give the code and output. It should be self explanatory. The array, $criteria, is having the issue. I don't know what it's doing. I cannot seem to assign the value from the $data variable to the $criteria[index] value. You will see some attempts to debug

[PHP] global array, can't assign values from variables

2003-09-05 Thread Chris Edwards
Hi I'm just going to give the code and output. It should be self explanatory. The array, $criteria, is having the issue. I don't know what it's doing. I cannot seem to assign the value from the $data variable to the $criteria[index] value. You will see some attempts to debug the situation whic