Re: [PHP] HTTP_SESSION_VARS

2001-11-08 Thread Ozgur Demirtas
Regarding the same topic of session management, I am using PHP 3.09 and when I call session_start() or $HTTP_SESSION_VARS['someVariable] I get : Fatal error: Call to unsupported or undefined function session_start() So, my question is that: Is there any session management in PHP3.09? If the

[PHP] redirecting the browser

2001-10-24 Thread Ozgur Demirtas
Hi all, I have a PHP script and at one point of the script I am trying to redirect my browser to a certaion page. I can't seem to find an easy way of doing this. header() call is so much of a problem. There is no such function like redirect(...) as in ASP? PS: I am using PHP version 3.09 as an