Re: [PHP] I did: Re: session_start

2002-12-14 Thread Jason Wong
On Saturday 14 December 2002 17:19, John Taylor-Johnston wrote: > I did call session_start() before anything is output to the browser. > http://www.php.net/manual/en/function.session-start.php > > I only have one php file so I know I'm recyling my code each time: > > session_name("TestALS"); > sess

[PHP] I did: Re: session_start

2002-12-14 Thread John Taylor-Johnston
I did call session_start() before anything is output to the browser. http://www.php.net/manual/en/function.session-start.php I only have one php file so I know I'm recyling my code each time: session_name("TestALS"); session_start(); session_register("studentid"); if (isset($_SESSION["studentid"