Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: PHP.

PHP: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 6: Line 6:


* [http://www.php.net/ The PHP home page]
* [http://www.php.net/ The PHP home page]
* [http://en.wikipedia.org/wiki/PHP Wikipedia article on PHP]





Revision as of 15:51, 30 May 2006

PHP is the scripting language in which Moodle is developed. PHP does not stand alone, it is tightly integrated with a suitable HTTP Server. Most people use the Apache HTTP Server for this purpose although a number of others are supported.

PHP describes itself as "a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML."

See also