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

Reply via email to