How To Connect Php With Sqlserver
I'm trying to connect the SQLServer 2008 with the PHP 5.4.6. But the server returns the following error: Fatal error: Call to undefined function mssql_connect () I have looked in m
Solution 1:
mssql_connect
went away in PHP 5.3. Here's the link for the SQL Server driver for PHP: http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx
Post a Comment for "How To Connect Php With Sqlserver"