hi,
the following is the only line on my page
<?php
header("location : demologin.php");
?>
what happens is when i run this file; lets call it test.php... it just shows in the status bar "Done".. the file does not get redirected to the page "demologin.php"
can somebody tell me what the problem is.
Is it got something to do with the php version. I am using PHP4 on my local system n it works just like a sweetheart.... when i put it on my server it just blows up...
Is there any alternative function in php for redirection
hope somebody can help me
thanks
varsha