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--