Is there any way to connect to sqlserver using PHP5.4 in Dreamweaver? Thank you. Is there any way to connect to sqlserver using PHP5.4 (which must be 5.4) in Dreamweaver? Thank you ------ solution ------------------ can this DW help you complete the database connection operation? You can still write code honestly .... PDO enough ------ solution -------- Is there any way to connect to sqlserver using PHP 5.4 in Dreamweaver? Thank you.
Is there a way to connect to sqlserver using PHP 5.4 (which must be 5.4) in Dreamweaver? Thank you.
------ Solution --------------------
Can this DW help you complete database connection operations?
You can still write code honestly .... Enough PDO
------ Solution --------------------
PHP connection to MSSQL has nothing to do with Dreamweaver!
5.4 does not seem to support mssql. you need to change the dynamic link library.
------ Solution --------------------
1. Let your PHP 5.4 support sqlserver, go to the Microsoft official website to download the extension package and install it
2. modify the corresponding code template and rewrite the relevant functions to the correct one.