Welcome Guest, Not a member yet? Register   Sign In
How to make a large select form sticky
#1

[eluser]Chris Blackwell[/eluser]
I have a large select for with many options in it, and I'd like to make it "sticky". I was hoping that CodeIgniter might have an easier way to do this then:

Code:
<?php if($_POST['value'] == something) { echo 'selected="selected"'; } ?>

Does anybody know of a better way?




Theme © iAndrew 2016 - Forum software by © MyBB