ID:               20916
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         MSSQL related
 Operating System: Windows 2000 Server
 PHP Version:      4.2.3
 New Comment:

If it works with IE or from command line, it CAN NOT BE A BUG IN PHP..



Previous Comments:
------------------------------------------------------------------------

[2002-12-10 09:22:18] [EMAIL PROTECTED]

But PHP is generating the error:
MS SQL:  Unable to connect to server

If it is entirely within Netscape, PHP should not display this error.

I am sorry for reopening this.

------------------------------------------------------------------------

[2002-12-10 08:59:33] [EMAIL PROTECTED]

Yes, browser can't possibly affect this.
Thus this is bogus. (propably some cache issue with NS)


------------------------------------------------------------------------

[2002-12-10 08:48:53] [EMAIL PROTECTED]

<?
   $username = 'dbusername';
   $password = 'dbpassword';

   $connection = mssql_connect('192.168.168.168',$username,$password);
?>

------------------------------------------------------------------------

[2002-12-10 08:47:35] [EMAIL PROTECTED]

This is not bogus.  The browser should not make any difference.  

Please test this case.

------------------------------------------------------------------------

[2002-12-09 23:24:25] [EMAIL PROTECTED]

If it works with some browser but not with another, it's a browser
fault. Please don't report such bugs here.
(and btw. this REALLY can't be bug in mssql_* functions or anything
else in PHP but some bug in your code)


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/20916

-- 
Edit this bug report at http://bugs.php.net/?id=20916&edit=1

Reply via email to