Difference between revisions of "PHP"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Fix)
(etc)
Line 1: Line 1:
'''PHP''' is a [[server-side scripting]] language designed for [[web development]].  
+
'''PHP''' is a [[server-side scripting]] [[programming 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 application framework|web application frameworks]].  
 
PHP code can be simply mixed with [[HTML]] code, or it can be used in combination with various templating engines and [[Web application framework|web application frameworks]].  
Line 28: Line 28:
  
 
* [[PHP header]]
 
* [[PHP header]]
 +
* [[Programming language]]
 +
* [[Server-side scripting]]
  
 
== External links ==
 
== External links ==

Revision as of 13:40, 13 August 2015

PHP is a server-side scripting programming 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 application frameworks.

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

Frameworks

Many frameworks are available for PHP. Some which interest me include:

See:

See also

External links