<tr><td>Gender </td><td>:</td><td><input type="radio" name="gender" 
value="male">Male 
                    <input type="radio" name="gender" 
value="female">Female</td></tr>
     <tr><td>Country </td><td>:</td><td><select name="country">
                              <option>- select
 -</option>
                              <option>America</option>    

                              <option>Bangladesh</option>
                              <option>China</option>
                              <option>India</option>
                              <option>Japan</option></td></tr>

the value in the radio button is recieved in the $_POST['gender'] and the value
 in the combobox is recieved in the $_POST['country'] in the processing script 
i have tried it it works perfect.

here i have implemented sex using radio button and country in select list you 
can change it as per ur needs.


SUHAIL


      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to