Difference between revisions of "PHP interpreter"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
 
A '''PHP interpreter''' is an [[Interpreter (computing)|interpreter]] which interprets (runs) [[PHP]] [[source code]].
 
A '''PHP interpreter''' is an [[Interpreter (computing)|interpreter]] which interprets (runs) [[PHP]] [[source code]].
 
(TO DO:  expand, illustrate.)
 
  
 
== Description ==
 
== Description ==
Line 11: Line 9:
 
* [[Interpreter (computing)]]
 
* [[Interpreter (computing)]]
 
* [[PHP]]
 
* [[PHP]]
 +
* [[Web server]]
  
 
== External links ==  
 
== External links ==  
  
 
* [https://en.wikipedia.org/wiki/PHP PHP] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/PHP PHP] @ Wikipedia

Revision as of 09:38, 5 February 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