Welcome Guest, Not a member yet? Register   Sign In
insert query stalling when trying to pass data stored in session
#3

[eluser]Brad K Morse[/eluser]
No luck.

I did

Code:
print_r($this->session->all_userdata());

I even stored the data into a variable, then tried passing it into the insert query.

Code:
$value = $this->session->all_userdata();

$value['age'];

I still get the same problem.

I've used session data in past applications when passing it into a db query, it can't be permission errors as the data is stored in session and prints out whenever I call it.


Messages In This Thread
insert query stalling when trying to pass data stored in session - by El Forum - 06-05-2012, 07:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB