| Posted by Oli Filth on 06/26/05 01:38 
ndsoumah@gmail.com said the following on 25/06/2005 23:01:> hello guys
 >
 > I'm trying to get access to variables I put in a session  variable from
 > another page and it fails...
 >
 > here's the exact situation
 >
 > main file
 >
 > page1.php
 >   session_start();  // I create the new session here.
 >   .
 >   .
 >   .
 >   $_session["f"]= $somevariable1;
 >   $_session["t"]= $somevariable2;
 >   .
 >   .
 
 $_SESSION
 
 
 --
 Oli
  Navigation: [Reply to this message] |