Encyclopedia

PHP: Hypertext Preprocessor

Also found in: Acronyms.

PHP: Hypertext Preprocessor

(World-Wide Web, programming)
(PHP) An Open Source, server-side, cross-platform, scripting language used to create dynamic web pages.

PHP can be embedded in HTML using special tags like:

<?php echo '<p>Hello World</p>'; ?>

This is stored in a file with a ".php" extension. The web server passes the file to the PHP interpreter which executes the code in the <?php ... ?> tags. This generates ordinary HTML to send to the web browser.

PHP is a recursive acronym.

Latest version: 5.2.3 2007-05-31, as of 2007-08-10.

PHP Home.

Cheat sheet.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
Mentioned in
References in periodicals archive
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
* Self-referentially short for PHP: Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create dynamic Web pages, In an HTML document, PHP script (similar syntax to that of Perl or C ) is enclosed within special PHP tags.
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.