I’d like to save my session information into my DB.
I’ve found a function that seems to do the trick it needs $id to be passed to it…
How do I get $id into the function… Do I start the session?
Session_start(); Session_register(“id”); $id = “id”; ?>
I’ve found a function that seems to do the trick it needs $id to be passed to it…
How do I get $id into the function… Do I start the session?
Session_start(); Session_register(“id”); $id = “id”; ?>
