PHP SQL Server Connection
Posted
by ajithperuva
on Stack Overflow
See other posts from Stack Overflow
or by ajithperuva
Published on 2010-03-31T06:48:28Z
Indexed on
2010/03/31
7:03 UTC
Read the original article
Hit count: 374
php
|sql-server
I am using SQL Server as my backend for program.when i am try to connect with database which not shows any type of errors,but it is not working.Which is not getting connection.
My code is like
mssql_connect('servername', 'db_user', 'db_password') or die('Error');
The funny thing is which is not connecting and also which is not show message Error.
How can we enable SQL Server configuration using php program (what is the script for that.not manually). How could we know the actual status of SQL Server in server?
My application is working properly in local;the problem is about public hosting.
© Stack Overflow or respective owner