Re: [PHP] PHP Session in Windows - Please help...

2003-03-27 Thread Tiago Simões
YEES!! I've used: #page1.php ".$sessionID.""; ?> Next Page and #page2.php and on page2.php finally appears in all its glory: bar that reminds me. beer time! thanks a lot!! T.S. "Mike" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It's much easier and wor

Re: [PHP] PHP Session in Windows - Please help...

2003-03-27 Thread Mike
It's much easier and works better to use: "; ?> Next Page ?> That will set everything and echo correctly... this also makes it more obvious for later where your variables are coming from. On Thu, 2003-03-27 at 08:03, Tiago Simões wrote: > Hi, > > I am using PHP version 4.3.0, Apache 2.0.44 on W

[PHP] PHP Session in Windows - Please help...

2003-03-27 Thread Tiago Simões
Hi, I am using PHP version 4.3.0, Apache 2.0.44 on Windows XP. I am new to Sessions and need your help with the problem below... I've done this simple session test: on session1.php: "; ?> Next Page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .