Posted by sunaram patir on 11/12/05 18:50
On 11/12/05, James Benson <jb@jamesbenson.co.uk> wrote:
>
>
> sunaram patir wrote:
> > Hi, i am having problem with internet explorer. i am working on
> > $_SESSION['myurl']=$_SERVER['PHP_SELF'];
> > if(!isset($_SESSION['student_username']) &&
> > !isset($_SESSION['student_password']))
> > header("Location: login.php");
> > ?>
>
>
> You should use an absolute path for the header redirection,
>
> header("Location: http://example.com/login.php");
>
thanks, but it doesn't still solve the problem.
[Back to original message]
|