Re: [PHP-DB] Found the sessions solution :-)
by Micah Stevens other posts by this author
Feb 17 2006 3:04PM messages near this date
[PHP-DB] Found the sessions solution :-)
|
[PHP-DB] Sessions help needed !!!
register_globals. :)
On Friday 17 February 2006 2:35 pm, Chris Payne wrote:
> 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 Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Chris Payne
Micah Stevens
|