PHP: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Stub}}
{{Stub}}


'''PHP''' is a server-side html-embedded scripting language. It lets you write simple scripts right in your HTML files much like JavaScript does, except, unlike Ja
'''PHP''' is a server-side html-embedded [[scripting language]]. It lets you write simple scripts right in your HTML files much like JavaScript does. Unlike JavaScript, PHP is not browser-dependant since its code is executed in the webserver and not in the webbrowser.
vaScript PHP/FI is not browser-dependant. It can replace cgi-scripting with Perl, Python etc. in many occasions. <br /> At Tecfa, we use PHP (together with [/guides/mysql/ MySql]) to build virtual libraries and educational groupware and more ...


A lot of educational [[portalware]] is written in PHP, i.e. with the popular [[LAMP]] / [[WAMP]] software bundle.
A lot of educational [[portalware]] is written in PHP, i.e. with the popular [[LAMP]] / [[WAMP]] software bundle.
See also our [[PHP links]] page (nothing but links)


== Links ==
== Links ==
Line 11: Line 12:
* [http://en.wikipedia.org/wiki/Php PHP] (Wikipedia)
* [http://en.wikipedia.org/wiki/Php PHP] (Wikipedia)


See also our [[PHP links]] page (nothing but links)
[[Category: programming]]
 
 
[[Category:technologies]]
[[Category:technologies]]
[[Category: AMP]]
[[Category: AMP]]

Revision as of 10:53, 18 August 2008

Draft

PHP is a server-side html-embedded scripting language. It lets you write simple scripts right in your HTML files much like JavaScript does. Unlike JavaScript, PHP is not browser-dependant since its code is executed in the webserver and not in the webbrowser.

A lot of educational portalware is written in PHP, i.e. with the popular LAMP / WAMP software bundle.

See also our PHP links page (nothing but links)

Links