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