[Ilugc] RE:FOSS PROJECT(Suhail)

  • From: sohailgenius@xxxxxxxxx (sohail genius)
  • Date: Sun Feb 15 16:05:52 2009

<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/

Other related posts:

  • » [Ilugc] RE:FOSS PROJECT(Suhail) - sohail genius