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