From 6e790259e55f71f8e5827c1ec2d68eff7882ba4a Mon Sep 17 00:00:00 2001 From: Chris Bassey Date: Sun, 18 Nov 2018 14:33:00 +0100 Subject: [PATCH] Corrected usage percentage (#22275) Updated the PHP usage statistic for the percentage of websites whose server-side programming language we know. --- guide/english/php/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/php/index.md b/guide/english/php/index.md index 481f16ffe9..2b962b19c9 100644 --- a/guide/english/php/index.md +++ b/guide/english/php/index.md @@ -17,7 +17,7 @@ acronym also changed to what it stands for today: 'PHP: Hypertext Preprocessor'. ## What is PHP used for? -As of October 2017, PHP is used on [82% of websites whose server-side language is known](https://w3techs.com/technologies/overview/programming_language/all). It is +As of October 2017, PHP is used on [78.9% of websites whose server-side language is known](https://w3techs.com/technologies/overview/programming_language/all). It is typically used on websites to generate web page content dynamically. Use-cases include: * Websites and web applications (server-side scripting)