$con = mssql_connect('localhost','username','password')
Does not work but
$con = mssql_connect($_GET["HOSTNAME"],'username','password') works
fine.
Please help
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is the MySQL server located on the same machine as the Apache machine?
-Original Message-
From: Harpreet [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 10, 2006 9:36 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Localhost does not work
$con = mssql_connect('localhost','username',
I am using sql server 2005 and apache. And yes they r on both the
machines.
-Original Message-
From: John Meyer [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 10, 2006 12:00 PM
To: php-windows@lists.php.net
Subject: RE: [PHP-WIN] Localhost does not work
Is the MySQL server located on
Yes, it does ot work for localhost or 127.0.0.1.
Although i can view the pages using http://localhost and can also create
odbc using local.
From: Ariz Jacinto [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 10, 2006 12:36 PM
To: Harpreet
Cc: php-windows@lists.
does 127.0.0.1 yield the same error?
On 8/10/06, Harpreet <[EMAIL PROTECTED]> wrote:
I am using sql server 2005 and apache. And yes they r on both the
machines.
-Original Message-
From: John Meyer [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 10, 2006 12:00 PM
To: php-windows@list
I replaced the ntwdblib.dll file with the latest downloaded online and
localhost works now.
I found this online:
I had problems connecting to MSSQL Server on port 1433 using PHP 5 on
Windows 2003 Server.
Whenever i tried to connect to database on a remote/local server, php
tried to connect using
Hello,
MSSQL Server requires the use of server aliases. Use the Cleint Network
Utility to create aliases that links a name to a server and a protocol.
If PHP is running on another box you can install the Client Tools from the
SQL server CD. Copyiing ntwdblib.dll does not give you the complete set
To get mine working, I had to use 'localhost,', where is the port
number.
Regards,
Bruce
>>> "Harpreet" <[EMAIL PROTECTED]> 11/08/2006 3:36:05 a.m. >>>
$con = mssql_connect('localhost','username','password')
Does not work but
$con = mssql_connect($_GET["HOSTNAME"],'username','passwor