On Friday 31 January 2003 19:55, Matt wrote: > Then on the next page, this is how I try to output it, but it doesn't work: > > for($i=0; $i < $counter; $i++) { > echo $CheckBox[$i]; > echo "<br>"; > } Add these lines: print_r($_GET); print_r($_POST); > I just can't get it to work, and I have been trying for hours. You > mentioned printing out Globals or something. I am relatively new to this, > so I don't really know how to do that. I would really appreciate more > help. Thanks. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-db ------------------------------------------ /* FORTUNE PROVIDES QUESTIONS FOR THE GREAT ANSWERS: #4 A: Go west, young man, go west! Q: What do wabbits do when they get tiwed of wunning awound? */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php