Posted by Arjen on 01/15/07 18:38
John schreef:
> 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?
Use meta refresh
<meta http-equiv="refresh" content="0;URL=http://www.url.ext/" />
Aldough it makes that nasty double clicking noise on some systems.
--
Arjen
http://www.hondenpage.com
Navigation:
[Reply to this message]
|