I want to display a simple html drop down box and selected value want to print.
<select name="v">
<option value="fkt">Flipkart</option>
<option value="snd">Snapdeal</option>
</select>
When the flipkart
is selected php echo
should print "Flipkart".
When the snapdeal
is selected php echo
should print "Snapdeal".
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…