> Yeah. I'm gonna have to go with this one. Thanks. But one other question:
> what should the variable be echoing.
>
> <.input type="checkbox" name="cb_name['value']">this here option</input>
>
> if ( $HTTP_POST_VARS ) {
> echo $cb_name['value'];
> }
>
> It's not coming up with anything. (Yeah, the norm applies, the if
> statement in the <.head>, etc, just trying to be brief).
>
> When it's check it should return true right, I've never done checkboxes?
I just got it. Returned "on".
The syntax is:
<.input type="checkbox" name="cb_name[value]">this here option</input>
echo $cb_name['value'];
Thanks,
John
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]