Page 1 of 1

About CHECK BOX How to retrive values

Posted: Thu Dec 13, 2007 1:22 am
by aditya
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

Posted: Thu Dec 13, 2007 2:29 am
by Rovas
Nobody on this forum will write code for you maybe if you paid a BIG amount of money they will. Want you need is allready done search Google and this forum for chained select boxes.

Posted: Thu Dec 13, 2007 2:41 am
by Kieran Huggins
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".

Code: Select all

<input type="checkbox" name="test_checkbox" checked="checked"/>