Re: Observations regarding redirection
..oO(Tyno Gendo)
>yes, i fell into that trap once...
>
>you always need to exit( header('Location: /blah.php') ); to avoid code
>after the header being executed.
And you have to use an absolute URL, as required by the HTTP spec.
Micha
|