I have a test file named redirect.php with only the following code in it.
<?php
header ("Location: http://www.google.com");
?>
but when the redirect.php page loads which contains the header redirection nothing is shown on the browser. eventually id like to add the header redirection to an if statement incase a incorrect user is submitted but I cant even get this simple redirect to work.. I do know already that all header redirections have to be put on before even a blankspace is shown on the screen. please help, thanks!

New Topic/Question
Reply
MultiQuote








|