On Mon, 2007-10-22 at 12:20 -0500, Adam Williams wrote:
> 
> Yeah, thats the problem I'm having for some reason.  When I do:
> 
> print_r($_POST['option']);
> 
> it prints nothing.

It's usually more informative to see everything that was posted so you
might have more of an idea what may have went wrong:

    print_r( $_POST );

Cheers,
Rob.
-- 
...........................................................
SwarmBuy.com - http://www.swarmbuy.com

    Leveraging the buying power of the masses!
...........................................................

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

Reply via email to