Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

PHP: Hypertext Preprocessor

You are here: irt.org | FOLDOC | PHP: Hypertext Preprocessor

<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:

 Hello World

'; ?>
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. The tagged code is then replaced with its output, typically ordinary HTML, in the response sent to the web browser.

PHP is a recursive acronym.

PHP Home (http://php.net/).

Cheat sheet (http://addedbytes.com/cheat-sheets/php-cheat-sheet/).

(2010-03-20)

Nearby terms: photo CD « Photoshop « PHP « PHP: Hypertext Preprocessor » phreaking » physical » physical address

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb