PHP connecting to MSSQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have a problem not being able to connect to a MSSQL database on my laptop from a php application I wrote, however I can access the same database from Enterprise Manager no problem. The connect code looks like:-

$link = mssql_connect($servername, $dbusername, $dbpassword) or die("Unable to connect to T4T database");
and of course I consistently get "Unable to connect...........".

Where do I need to start looking.

--
Regards,
Alf Stockton		www.stockton.co.za

You will be divorced within a year.

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux