hi guys please advise i am getting errors trying to connect to a database using SQL2012 and xampp 1.7.3
what am i missing herePHP Code:
$connect = mssql_pconnect('127.0.0.1:','Anton','1993');
![]()
hi guys please advise i am getting errors trying to connect to a database using SQL2012 and xampp 1.7.3
what am i missing herePHP Code:
$connect = mssql_pconnect('127.0.0.1:','Anton','1993');
![]()
maybe now it will be more clearly what i am getting as an error
sh attached
Untitled.jpg
![]()
Make sure in your php.ini (in XAMPP config for Apache) you uncomment the line:
extension=php_mssql.dll
I would say you need to enable in sql settings to accept connections using this "127.0.0.1" IP. Enable tcp/ip and named pipes