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
mCap resum de modificació
Cap resum de modificació
Línia 5: Línia 5:
"PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML."
"PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML."


PHP home page: http://www.php.net/
== See also ==
 
* [http://www.php.net/ The PHP home page]
 
 
[[Category:Administrator]]
[[Category:Developer]]
[[Category:SQL databases]]
 
 
{{stub}}

Revisió del 14:44, 30 maig 2006

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 thus:

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

See also