Difference between revisions of "PHP"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (First def.) |
Karl Jones (Talk | contribs) (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. | ||
− | == External | + | PHP is not limited to web development: it can also be used as a general-purpose programming language. |
+ | |||
+ | == External links == | ||
* [https://en.wikipedia.org/wiki/PHP PHP] @ Wikipedia | * [https://en.wikipedia.org/wiki/PHP PHP] @ Wikipedia |
Revision as of 11: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