Changed MsSQL to MSSQL. (#26346)

* Update index.md

Changed MsSQL to MSSQL.

* Added space
This commit is contained in:
pirland
2018-12-26 16:50:19 -06:00
committed by Manish Giri
parent 3c92ab52d6
commit f1a9cbf3f9

View File

@ -4,7 +4,7 @@ title: Working With Databases
## What options are available for PHP to connect to a database?
PHP can connect to a variety of different databases including MongoDB, MsSQL and MySQL.
PHP can connect to a variety of different databases including MongoDB, MS SQL and MySQL.
Both PHP and MySQL are very popular and provide an easy, free and open source websites
to be created and are often found together to produce websites of all types.
Both PHP and MySQL can scale to support large numbers of users.