+ 1
Can one integrate php with MS sql?
I have a MS Sql database management software of which I want to integrate in a web app using php. I know MS SQL is compatible with asp.net mvc. If its possible with php , how to do it?
1 Odpowiedź
+ 1
I guess your answer is just some driver you can find for PHP via Google, search for:
PHP and MSSQL
Good luck :)