I have the following code:
<p>Status</p>
<select id="st" name="st" value="<?php echo $DsStatus; ?>" />
<option value="0">➖</option>
<option value="1">➖⬆</option>
<option value="2">➖⬇</option>
<option value="3">↑➖</option>
<option value="4">↓➖</option>
<option value="5">↑⬇</option>
<option value="6">↓⬆</option>
</select>
<input type="submit" class="round success button" value="Aplicar"/>
I need that after I click on the submit and return to the page of the select it is selected in the option that I marked when I gave submit.