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
(Shifted to dev docs)
 
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{stub}}
{{Moved_to_dev_docs}}
 
== 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:
 
* 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.
 
Books:
 
* [http://books.google.de/books?id=iUfIqyAbIU4C&output=html PHP Cookbook] by David Sklar.
* [http://www.manning.com/reiersol/ PHP in Action] by Dagfinn Reiersøl with Marcus Baker and Chris Shiflett. ([http://books.slashdot.org/article.pl?sid=08/01/23/1446243 Book review on Slashdot].)
 
== How is PHP used by Moodle? ==
 
TODO
 
== See also: ==
 
* [[PHP]] in Moodle Docs.
* [[PHP_info|PHP Info]]
 
 
[[Category:FAQ]]

Latest revision as of 07:59, 22 June 2011

This development related page is now located in the Dev docs.

See the PHP FAQ page in the Dev docs.