Re: [PHP] PHP error page not redirecting

2003-02-10 Thread Nick Holden
On Mon, 2003-02-10 at 11:22, Chris Hewitt wrote: > Nick Holden wrote: > > >I'm having a dispute with an ISP (surprise) about the non-functioning of > >a PHP error script. > > > >Currently, the error script is at > >http://www.touristguides.org.uk/error.

[PHP] PHP error page not redirecting

2003-02-10 Thread Nick Holden
I'm having a dispute with an ISP (surprise) about the non-functioning of a PHP error script. Currently, the error script is at http://www.touristguides.org.uk/error.php - a direct click on that link will redirect you, using: header("Location: http://www.touristguides.org.uk/index.php";); And s