For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > February 2006 > Found the sessions solution :-)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Found the sessions solution :-)
Chris Payne

2006-02-17, 6:56 pm

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

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com