PHP MSSql 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
6:53 UTC
Read the original article
Hit count: 357
php
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.
© Stack Overflow or respective owner