Stuart Felenstein wrote: > > --- Jason Wong <php-general@xxxxxxxxxxxx> wrote: > >> > Nothing is printing out on $_POST['var'] or $var >> > s makes sense. >> >> Now why are you looking in $_POST for your form >> values? They're in $_GET. You >> said earlier that you understood POST and GET? > > I made the correction , using $_GET now. Values are > printing out, aside from the select lists (arrays) > which print out as "array". Yes. An array will print as "Array" You'll need to dig into the Array for what you need, or implode it, or something. We can't decide for you what you need to do, however. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php