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

PHP FAQ: Difference between revisions

From MoodleDocs
Line 5: Line 5:
== Where can I learn more about PHP? ==
== Where can I learn more about PHP? ==


Online resources:
=== Online resources: ===


* The [http://www.php.net official PHP Homepage] with documentation, tutorials, FAQ, etc.
* The [http://www.php.net official PHP Homepage] with documentation, tutorials, FAQ, etc.
* The [http://www.w3schools.com/PHP/DEfaULT.asP W3Schools PHP Tutorial] is a great way to learn about PHP by example.
* The [http://www.w3schools.com/PHP/DEfaULT.asP W3Schools PHP Tutorial] is a great way to learn about PHP by example.


Books:
=== Books: ===


* [http://books.google.de/books?id=iUfIqyAbIU4C&output=html PHP Cookbook] by David Sklar and Adam Trachtenberg.
* [http://books.google.de/books?id=iUfIqyAbIU4C&output=html PHP Cookbook] by David Sklar and Adam Trachtenberg.

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

(PHP in Moodle Docs will soon be merged with this page. --Frank Ralf 08:17, 13 May 2009 (UTC))

Which version of PHP is required by Moodle?

See also: