From 0945105c07c1591bebdd257ea203a51fe3947dcc Mon Sep 17 00:00:00 2001 From: hussainweb Date: Thu, 13 Oct 2022 04:39:52 -0400 Subject: [PATCH] Update page for PHP (#2454) - Add a link to PHP: The Right Way website - Update description of PHP to match the current state --- .../101-backend/content/103-learn-a-language/103-php.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/103-php.md b/content/roadmaps/101-backend/content/103-learn-a-language/103-php.md index aea8f55c2..46f48e93f 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/103-php.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/103-php.md @@ -1,9 +1,10 @@ # PHP -PHP is a server scripting language and a powerful tool for making dynamic and interactive Web pages. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group. +PHP is a general purpose scripting language often used for making dynamic and interactive Web pages. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group and supported by PHP Foundation. PHP supports procedural and object-oriented styles of programming with some elements of functional programming as well. Free Content PHP Website Learn PHP - W3Schools +PHP - The Right Way PHP For Absolute Beginners Full PHP 8 Tutorial - Learn PHP The Right Way In 2022