Posted by Michael Fesser on 09/20/07 23:55
..oO(AlterEgo)
>Correction, the following command:
> header('Location: ../error.php?err=' . $in_errno
>Should have been:
> header('Location: error.php?err=' . $in_errno
>
>Appending the ../ was just something I was trying. Thanks.
It's still wrong. The URL must be absolute.
Micha
Navigation:
[Reply to this message]
|