[PHP-DB] Found the sessions solution :-)
by Chris Payne other posts by this author
Feb 17 2006 2:36PM messages near this date
[PHP-DB] Re: Sessions help needed !!!
|
Re: [PHP-DB] Found the sessions solution :-)
Hi Guys,
Thanks for your prompt responses. I found if I put the below at the top of
each page that needs to display the session data it works fine:
foreach($_REQUEST as $key=> $value) {
$$key=$value;
};
Chris
Attachments:
unknown1
Thread:
Chris Payne
Micah Stevens
|