here's my problem i have a form with a hidden field inside <intput type=hidden name=bid value="2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1">
and i send this via post to another page where i give a print $bid; but its spitting out nothing any help?
use print_r($HTTP_POST_VARS); to debug
<intput type=hidden name=bid value="2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1">
check the spelling on the input tag