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

PHP FAQ: Difference between revisions

From MoodleDocs
Line 25: Line 25:
== Which version of PHP is required by Moodle? ==
== Which version of PHP is required by Moodle? ==


See [[Installing_Moodle#Requirements]]. You can tell which version you are using by looking at [[PHP info]].
* See [[Installing_Moodle#Requirements]].  
* You can tell which version you are using by looking at [[PHP info]].


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

Revision as of 08:16, 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?

Which version of PHP is required by Moodle?

See also: