Interview Question in SQL Server 2005 Driver for PHP


 

Interview Question :: How can PHP be used with SQL Server 2005


I know PHP can be of some use in SQL Server 2005.I want to know how can one use PHP in conjuction with SQL Server 2005.
Answers to "How can PHP be used with SQL Server 2005"
RE: How can PHP be used with SQL Server 2005?

Almost the same as with MySQL server, except that you need to use the mssql_[function] instead of mysql_[function].



Important: You need to have the Native Client installed, to ensure the proper libraries are available.



Check here: http://www.aspfree.com/c/a/MS-SQL-Server...
 
Vote for this answer ::  
RE: How can PHP be used with SQL Server 2005?

If you code in PHP read the following tutorial - It will resent you with the basics -

http://www.rochester.edu/IT/web/WebHelp/...
 
Vote for this answer ::  
Update Alert Setting