dearmoawiz Posted April 16, 2008 Share Posted April 16, 2008 hi, i explain my prob in a simple way. i have two select tages <select name="sani"> <option>A</option> </option>B</option> </select> and 2nd select tage is <select name="Hyne"> <option>c</option> </option>d</option> </select> Now T wanna select one of then as if(isset($_REQUEST['sani'])!= "") echo " Sani is selected"; if(isset($_REQUEST['Hyne'])!= "") echo " Hyne is selected"; it means if i select A or B it must show Sani is selected if i select C or D it must show Hyne is selected get it any one? Link to comment https://forums.phpfreaks.com/topic/101326-error-getting-values-from-either-two-select-tag/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.