Welcome Guest, Not a member yet? Register   Sign In
set_select() makes all options selected, ignores third parameter
#10

[eluser]LiorBroshi[/eluser]
it should actually be:

Code:
if(isset($_POST[$field]) && $_POST[$field] == $value) {
            
            return ' selected="selected"';
        }


Messages In This Thread
set_select() makes all options selected, ignores third parameter - by El Forum - 10-18-2010, 07:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB