Re: [PHP] Re: Checkbox in PHP form

2009-11-10 Thread Adam Randall
On Sun, Nov 8, 2009 at 9:52 PM, Brian Hazelton wrote: > 'no') { echo "checked="checked";  } ?> value="PFDs" > name=f_sequipment1>PFDs > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Adam Randall http://www.xaren.net AIM: b

Re: [PHP] Re: Checkbox in PHP form

2009-11-08 Thread Brian Hazelton
value="PFDs" name=f_sequipment1>PFDs -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Checkbox in PHP form

2009-11-08 Thread Manuel Lemos
Hello, on 11/08/2009 11:39 PM Ernie Kemp said the following: > Need some help here with checkboxes in an html form. > > > > My issue is I have a form that needs to be viewed with checkboxes filled > in depending on the values in the table. > > > > I tried: > > 'no') { echo "checked=yes";