Hi
I have one form in that form i have to create checkboxes, and i have another form . From 1st form to second form how to retrive the values . and how print the first form values in second form . so please healp me i want code urgent please send me code in PHP
Thank you
About CHECK BOX How to retrive values
Moderator: General Moderators
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
You don't actually want "chained select boxes", Those are something else entirely.
When writing out a check box you can set the "checked" attribute to "checked" or "true".
When writing out a check box you can set the "checked" attribute to "checked" or "true".
Code: Select all
<input type="checkbox" name="test_checkbox" checked="checked"/>