RE: [PHP] TIP parsing form row data into variables

2003-06-22 Thread George Pitcher
e Pitcher; PHP-General > Subject: Re: [PHP] TIP parsing form row data into variables > > > Nothing appears blatently wrong in the code you provided, but it's 4am > here, so I might be off. > > This comes to my mind: > 1. $_REQUEST was available from PHP 4.1.0 and later, a

Re: [PHP] TIP parsing form row data into variables

2003-06-22 Thread justin gruenberg
Nothing appears blatently wrong in the code you provided, but it's 4am here, so I might be off. This comes to my mind: 1. $_REQUEST was available from PHP 4.1.0 and later, are you using somthing before that? 2. I assume you're doing somthing with $e_id within your loop, or else you're just re

[PHP] TIP parsing form row data into variables

2003-06-22 Thread George Pitcher
Hi all, This might be well known, so apologies if I'm going over old ground - I've not seen this explained this way. Last year I did a site using the variable variables method to parse row data. Now that I've moved to globals=off, I couldn't get that to work so I tried a few other options settli