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.