Hello,
I have a php contact script and I want it to redirect to my homepage
without using the standard header command.
<?php
header("locatio n:http://www.johndoe.com/index.html");
exit;
?>
Does anyone know a way to do this?
I have a php contact script and I want it to redirect to my homepage
without using the standard header command.
<?php
header("locatio n:http://www.johndoe.com/index.html");
exit;
?>
Does anyone know a way to do this?
Comment