Welcome Guest, Not a member yet? Register   Sign In
get session data
#4

[eluser]virtualgadjo[/eluser]
well actually, it's not really to save it as plain text but as a string you will be able to gat as an array again with unserialize.

The fact is, it is the usual way to store php arrays in a db... now, you could of course use only cookies as they "understand" arrays or, as i must admit i do, use native php sessions (but even it that case, if you want to use a db to store an array of values you'll have to serialize it)

hope it helps

have swing


Messages In This Thread
get session data - by El Forum - 03-24-2011, 08:47 AM
get session data - by El Forum - 03-24-2011, 08:53 AM
get session data - by El Forum - 03-24-2011, 12:35 PM
get session data - by El Forum - 03-24-2011, 12:46 PM
get session data - by El Forum - 03-24-2011, 01:16 PM
get session data - by El Forum - 03-24-2011, 01:35 PM
get session data - by El Forum - 03-24-2011, 02:58 PM
get session data - by El Forum - 03-25-2011, 01:54 AM
get session data - by El Forum - 03-25-2011, 02:19 AM
get session data - by El Forum - 03-25-2011, 02:37 AM
get session data - by El Forum - 03-25-2011, 05:35 AM
get session data - by El Forum - 03-25-2011, 02:54 PM
get session data - by El Forum - 03-25-2011, 08:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB