Posted by John on 01/15/07 18:10
Hello,
I have a php contact script and I want it to redirect to my homepage
without using the standard header command.
<?php
header("location:http://www.johndoe.com/index.html");
exit;
?>
Does anyone know a way to do this?
[Back to original message]
|