Difference between revisions of "PHP"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
(])
Line 1: Line 1:
'''PHP''' is a [[server-side scripting]] language designed for [[web development].  
+
'''PHP''' is a [[server-side scripting]] language designed for [[web development]].  
  
 
PHP code can be simply mixed with [[HTML]] code, or it can be used in combination with various templating engines and web frameworks.  
 
PHP code can be simply mixed with [[HTML]] code, or it can be used in combination with various templating engines and web frameworks.  

Revision as of 12:12, 24 May 2015

PHP is a server-side scripting language designed for web development.

PHP code can be simply mixed with HTML code, or it can be used in combination with various templating engines and web frameworks.

PHP is not limited to web development: it can also be used as a general-purpose programming language.

External links

  • PHP @ Wikipedia