[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

Reply via email to