[PHP-WIN] errorhandler problems with mssql

2001-09-05 Thread Bryan Kaufman
I am having a problem with my custom errorhandler "ignoring" the exit (or die) inside the handler. I have experienced it with several mssql_* functions. php 4.0.6 and php 4.0.7 running in cgi mode on iis 5 Try the code below: using an invalid servername, it behaves properly (returns an error).

Re: [PHP-WIN] php/apache $remote_addr variable help!

2001-09-04 Thread Bryan Kaufman
--- pasupathy <[EMAIL PROTECTED]> wrote: > > hello, please help > > the script won't return the > IP address of the > viewer of my remote webpage, Try also try It will tell you all the vars available, and you can see if register_globals is turned off (which is why you need to use HTTP_SE