Welcome Guest, Not a member yet? Register   Sign In
multi page forms and genral form question
#3

[eluser]The Casual Bot[/eluser]
Got it i did now i could set send a second value to set_value

i have however had made a change to the session lib but unsure if this is the best way to do it
i wanted to use a multidimensional array to store the form data as per page if you get me

iv added to session lib

Code:
function userdataarray($item, $item1)
    {
        return ( ! isset($this->userdata[$item][$item1])) ? FALSE : $this->userdata[$item][$item1];
    }

is this the nest way or do you know a better one


Messages In This Thread
multi page forms and genral form question - by El Forum - 10-10-2009, 07:30 AM
multi page forms and genral form question - by El Forum - 10-10-2009, 09:25 AM
multi page forms and genral form question - by El Forum - 10-10-2009, 09:50 AM
multi page forms and genral form question - by El Forum - 10-10-2009, 09:54 AM
multi page forms and genral form question - by El Forum - 10-10-2009, 09:55 AM
multi page forms and genral form question - by El Forum - 10-10-2009, 11:03 AM
multi page forms and genral form question - by El Forum - 10-10-2009, 11:09 AM
multi page forms and genral form question - by El Forum - 10-10-2009, 11:14 AM
multi page forms and genral form question - by El Forum - 10-11-2009, 02:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB