how can write coding of multiple checkbox in php?
Interest:</td><td font style="color:red"> News <input type="checkbox" name="checkbox[]" value="News" >
Health<input type="checkbox" name="checkbox[]" value="Health" />
Automobiles <input type="checkbox" name="checkbox[]" value="Automobiles"/ >
Internet <input type="checkbox" name="checkbox[]"value="Internet"/>
coding of multiple checkboxcode of multiple checkbox in php without qyeery
Page 1 of 1
1 Replies - 1884 Views - Last Post: 04 August 2010 - 11:48 PM
Replies To: coding of multiple checkbox
#2
Re: coding of multiple checkbox
Posted 04 August 2010 - 11:48 PM
What exactly are you looking to do with those checkboxes?
The boxes you posted there would be available to your PHP code as and array, found in $_REQUEST['checkbox'].
The boxes you posted there would be available to your PHP code as and array, found in $_REQUEST['checkbox'].
Page 1 of 1
|
|

New Topic/Question
Reply
MultiQuote







|