Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: PHP FAQ.

PHP FAQ: Difference between revisions

From MoodleDocs
No edit summary
Line 16: Line 16:


== How is PHP used by Moodle? ==
== How is PHP used by Moodle? ==
 
* [[PHP]] in Moodle Docs (will soon be merged with this page).
* [[Installing Moodle/Creating custom php.ini files]]
* [[Installing Moodle/Creating custom php.ini files]]


== See also: ==
== See also: ==


* [[PHP]] in Moodle Docs.
* Moodle Docs on [[PHP_info|PHP Info]]
* [[PHP_info|PHP Info]]


[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 07:58, 13 May 2009

What is PHP?

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

Where can I learn more about PHP?

Online resources:

Books:

How is PHP used by Moodle?

See also: