PHP: Hypertext Processor
From Simple English Wikipedia, the free encyclopedia
PHP stands for PHP Hypertext Preprocessor. It is a programming language that is put into HTML to make interactive web pages made by the server.
[edit] Example
An example Hello World program:
<?php echo "Hello World!"; ?>