Re: Found the sessions solution :-)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux