[PHP] forcing error documents

2001-05-09 Thread Dean Hall
I'm trying to force arbitrary errors in the HTTP header like so: header('HTTP/1.1 404 Not found.'); It's not working like I expected. I found a few discussions of this on this list that said that this did not work with PHP 3, but I've found nothing about PHP 4. The manual says that you should d

Re: [PHP] forcing error documents

2001-05-09 Thread Christian Reiniger
On Wednesday 09 May 2001 18:09, Dean Hall wrote: > I'm trying to force arbitrary errors in the HTTP header like so: > > header('HTTP/1.1 404 Not found.'); > > It's not working like I expected. I found a few discussions of this on > this list that said that this did not work with PHP 3, but I've fo