View Single Post
Old 06-15-2005, 06:56 AM  
MickeyG
Confirmed User
 
Join Date: May 2004
Location: South Florida
Posts: 4,134
I dont see why you need php, just add the form fields, unless you mean the processing script

<input type="checkbox" name="question" value="ON">

<input type="radio" value="yes" checked name="question">
<input type="radio" name="question" value="No">

to get the result of the form field in your php script just use $_REQUEST['question']

Last edited by MickeyG; 06-15-2005 at 06:57 AM..
MickeyG is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote