PHP MSSql Connection
- by ajithperuva
I am usign mssql 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('localhost', 'db_user', 'db_password') or die('Error');
The funny thing is which is not connecting and also which is not show message Error.Why it is?Anybody can help me...please....
How can we enable mssql configuration using php program(what is the script for that.not manually).How could we know the actual status of mssql in server?
Please help me.My application is working properly in local;the problem is about public hosting.