Search found 1 match

by nmullane
Thu Aug 18, 2005 8:13 pm
Forum: PHP - Code
Topic: session variables
Replies: 2
Views: 1908

session variables

I'm trying to extract a variable from a string within a session record in a MYSQL database. During a session this is obviously no problem as I can call "$_SESSION['value']['user_id']", however, I am writing a garbage collection routine that will remove records in other tables based on this...