Hi everyone i cant seem to get my drop down boxes to retain the data the user selected is this code right?
<select name="bap1" id="bap1" onchange='this.form.submit()' value="" >
<option>Select One</option>
<option value='Energy Efficient Cooking' <?php if($_POST['bap1'] == 'Energy Efficient Cooking') echo "selected"?>>Energy Efficient Cooking</option>
Tahnks in advance anyone!!