[PHP] changing post variable names

2001-09-19 Thread L Melville
Hi, I have a php page that accepts post values (ie; ./page.php?var1=0var4=5). Now there can be posted values between var(1) and var(10) and i want to check if they exist and also utilise them. Is there a way of accessing these values in a loop ie;- for($i=1;$i=10;$i++){ // do things

Re: [PHP] changing post variable names

2001-09-19 Thread Jason Stechschulte
On Wed, Sep 19, 2001 at 12:57:07PM +0100, L Melville wrote: Hi, I have a php page that accepts post values (ie; ./page.php?var1=0var4=5). Now there can be posted values between var(1) and var(10) and i want to check if they exist and also utilise them. Is there a way of accessing