Can PHP work with a MS SQL database

后端 未结 8 1825
轮回少年
轮回少年 2020-12-12 15:40

I work primarly with PHP & MySQL, but I have a potential client with a MS SQL and ASP setup. Due to some complicated reasons and offline software integration, they need

相关标签:
8条回答
  • 2020-12-12 16:33

    Also you can use sqlsrv if you are using PHP5.3+

    Form microsoft

    Microsoft Drivers for PHP for SQL Server, version 3.1 requires PHP 5.4.32, or PHP 5.5.16, or later. Microsoft Drivers for PHP for SQL Server, version 3.0 requires PHP 5.3.0 or later. If possible, use PHP 5.3.6, or later.

    Microsoft download page : microsoft sqlsrv download

    Microsoft SQL Server Driver for PHP Manual : php sqlsrv manual

    0 讨论(0)
  • 2020-12-12 16:36

    Yes, you can use MS SQL and PHP together. Here is just a page from the PHP.net showing all the functions and commands: MS SQL and PHP

    It explains everything you need.

    0 讨论(0)
提交回复
热议问题