I have tried it on a different machine and it is working... so maybe its
something to do with the setup of my computer?

-----Original Message-----
From: Jay Blanchard [mailto:[EMAIL PROTECTED] 
Sent: 18 June 2003 15:59
To: [EMAIL PROTECTED]
Cc: Gary Ogilvie; [EMAIL PROTECTED]
Subject: RE: [PHP] Connecting to MSSQL Using PHP on Apache 2.X.X
WindowsMachine

[snip]
Actually the @ just supress's error messages.
And even then, the "or die" part would still get
executed if the function error'd out.
[/snip]

Well, if that is the case then his script is 'hanging up'  during the
mssql_connect phase. Add this line to the top of the script....

error_reporting(E_ALL);

Jay

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to