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
- [PHP-DB] Found the sessions solution :-) Chris Payne
- Re: [PHP-DB] Found the sessions solution :-) Micah Stevens
