Most recent change of PHP

Edit made on December 15, 2012 by ColinWright at 18:26:47

Deleted text in red / Inserted text in green

WM
HEADERS_END
[[[> PHP stands for:
* PHP
* Hypertext
* Preprocessor
]]]
PHP is an open-source general-purpose scripting language that can
be embedded into HTML. The code then runs on the server and
creates or modifies the document before it's delivered to the
web browser.

PHP pages contain HTML with embedded code that does "something".
This is in contrast with JavaScript, where the code is executing
in the web browser, or "client-side".

Compare and contrast with JavaScript, where the code is usually
executing in the web browser, or "client-side", although sometimes
on the server as a more general programming language.
----
Further reading:
* ?