> 
> 
> hi guys
> 
> im stuck with check boxes now 
> 
> n id b really gratefull if anyone d help plx ....
> 
> the thing is i cnt get the cheked value from a
> checkbox
> 
> 
> <input type=checkbox name=news_letter_subs >sign me up
> fo weekly news letter and updates</input>
> 
try this

<input type=checkbox name=news_letter_subs value=yes>sign me up
> fo weekly news letter and updates</input>

or what ever value you have the checked box to equal

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

Reply via email to