Shouldn't script errors show in my browser?
I hope this question is not too stupid! When I have an error in my script,
it seems to me that the web server, or in my case the php CGI module I am
using for testing, should send something back to my browser displaying an
error message. Instead, I can write any garbage I would like in my php
script and the browser just shows me a blank page. Is this because I am
running php as a CGI module?
Thanks,
Rich
|