Welcome Guest, Not a member yet? Register   Sign In
Help about prefill in my select
#1

[eluser]Wondering Coder[/eluser]
I've been working on my application for quite a while now and I have many forms in it. My problem is when a form is submitted it prefill or display the menu item that I select but when I refresh the page it return to my first option.

Code:
<select name="myselect">
<option value="">Choose one</option>
<option value="one" &lt;?php echo set_select('myselect', 'one'); ?&gt; >One</option>
<option value="two" &lt;?php echo set_select('myselect', 'two'); ?&gt; >Two</option>
<option value="three" &lt;?php echo set_select('myselect', 'three'); ?&gt; >Three</option>
</select>

What I want is even if I refresh the page it will still display the selected item.


Messages In This Thread
Help about prefill in my select - by El Forum - 05-16-2011, 02:46 AM
Help about prefill in my select - by El Forum - 05-16-2011, 02:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB