Found the sessions solution :-)

Found the sessions solution :-)

am 17.02.2006 23:35:37 von Chris Payne

------=_NextPart_000_0004_01C633E8.9089FF70
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

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

------=_NextPart_000_0004_01C633E8.9089FF70--

Re: Found the sessions solution :-)

am 18.02.2006 00:03:33 von Micah Stevens

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