Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

PHP: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(adding some links to other docs pages)
(ja link)
Línia 20: Línia 20:
[[Category:Administrator]]
[[Category:Administrator]]
[[Category:Developer]]
[[Category:Developer]]
[[ja:PHP]]

Revisió del 16:20, 15 jul 2007

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."


Installation

Usually PHP is installed alongside Apache and MySQL in a combination known as AMP, see Installing AMP for details.

Minimum version requirements

The minimum version of PHP required for Moodle is listed in the requirements section of the installation instructions


See also