Posted by Michael Fesser on 01/15/07 23:16
..oO(John)
>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;
>?>
That's the correct way. What's wrong with it?
Micha
Navigation:
[Reply to this message]
|