Welcome Guest, Not a member yet? Register   Sign In
initialize variables
#6

[eluser]jedd[/eluser]
Ah, okay. I use POST rather than GET, and use the CI form helper function set_value() as I alluded to above:
Code:
$first_name_spec = array (  "name" => "first_name",
                           "value" => set_value('first_name', $member['first_name']),
                           "maxlength" => "50",
                           "size" => "20"  );


Messages In This Thread
initialize variables - by El Forum - 10-13-2009, 02:33 PM
initialize variables - by El Forum - 10-13-2009, 06:05 PM
initialize variables - by El Forum - 10-13-2009, 06:45 PM
initialize variables - by El Forum - 10-13-2009, 07:03 PM
initialize variables - by El Forum - 10-14-2009, 09:15 AM
initialize variables - by El Forum - 10-14-2009, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB