Found the sessions solution :-)

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

 



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

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

  Powered by Linux