Re: [PHP] submission of 1..N variables

2001-03-19 Thread Chris Lee
I'll show you how you want, but will recommend using arrays. heres what you should be doing. $val) // do something ?> alot simpler, expandible and easier to read. Im sure its probably faster too... -- Chris Lee [EMAIL PROTECTED] "Ekkard Gerlach" <[EMAIL PROTECTED]> wrote in messag

[PHP] submission of 1..N variables

2001-03-18 Thread Ekkard Gerlach
Hi, n variables reach my php-programm by submission: A0 A1 ... An Depending on Ai is set I want to run some actions. How can I evaluate Ai ?? if (isset (A1) then # entrance { i=0; while( isset($Ai)) { /* Of course $Ai is not working !!! */ { $B= $Ai ... act