From f1a9cbf3f9330d0a9ac9455a0839b61b2b168f9a Mon Sep 17 00:00:00 2001 From: pirland Date: Wed, 26 Dec 2018 16:50:19 -0600 Subject: [PATCH] Changed MsSQL to MSSQL. (#26346) * Update index.md Changed MsSQL to MSSQL. * Added space --- guide/english/php/working-with-databases/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/php/working-with-databases/index.md b/guide/english/php/working-with-databases/index.md index 4fa83d2a2d..f296f1d3d4 100644 --- a/guide/english/php/working-with-databases/index.md +++ b/guide/english/php/working-with-databases/index.md @@ -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.