Difference between revisions of "PHP interpreter"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
== See also == | == See also == | ||
+ | * [[Apache HTTP Server]] | ||
* [[Interpreter (computing)]] | * [[Interpreter (computing)]] | ||
* [[PHP]] | * [[PHP]] | ||
Line 14: | Line 15: | ||
* [https://en.wikipedia.org/wiki/PHP PHP] @ Wikipedia | * [https://en.wikipedia.org/wiki/PHP PHP] @ Wikipedia | ||
+ | |||
+ | [[Category:PHP]] |
Latest revision as of 18:34, 24 April 2016
A PHP interpreter is an interpreter which interprets (runs) PHP source code.
Description
PHP interpreters are built into most web servers, including the widely-used Apache HTTP Server.
See also
External links
- PHP @ Wikipedia