Re: incrementing a register global

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for all the suggestions.  I am going to plan on trying them out just 
to see some other ways of making it work.  I finally got it to work after 
hours of just playing around with the code.  Here is what I ended up doing:

for($i=1;$i<=$boxes;$i++){
  echo $_GET['name'.$i];
}

Moving the $i inside the bracket but not inside the single quote seem to 
make things happy.

Thanks,

Aaron 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux