<input type=radio name="sinternship" value="summer internship">a summer internship<br>
<input type=radio name="internship" value="engineering work">engineering work
<input type=radio name="internship" value="non-engineering work" >non-engineering work
<input type=radio name="internship" value="engineering research">engineering research
<input type=radio name="internship" value="non-engineering research" >non -engineering research
<input type=radio name="aparttime" value="parttime academic year">a part-time academic year
<input type=radio name="parttime" value="engineering work">engineering work
<input type=radio value="" name="parttime">non-engineering work
<input type=radio name="parttime" value="engineering research">engineering research
<input type=radio name="parttime" value="non-engineering research">non engineering research
<input type=radio name="co-op" value="a co-op " >a co-op</b>
i have three options and only one goes into database summer intership, partime or coop
a) summer internship
1.engineering work 2.non-engineering work 3-engineering research 4.non engineering research
b) part time academic year
1.engineering work 2.non engineering work 3. engineering research 4.non engineering research
c)a co-op
if you select summer intership and it value enginnering work or whatever you should not be able to select engineering work or whatever from parttime section
it goes into database fields intership and type of work
can any body help me with selecting one summer intership and type of work and insert it in the database in php
will appreciate your help
thanks