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".
Check for it.
Use jQuery