Posted by John on 01/15/07 21:45
On Mon, 15 Jan 2007 19:38:57 +0100, Arjen <dont@mail.me> wrote:
>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.
Thank you sir - that worked perfect.
Navigation:
[Reply to this message]
|