PHP: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
* [[LAMP]] and [[WAMP]] for PHP-related software (Apache/PHP/MySQL)
* [[LAMP]] and [[WAMP]] for PHP-related software (Apache/PHP/MySQL)
* [[PHP tutorial - basics]]
* [[PHP tutorial - basics]]
* [[PHP-MySQL tutorial -basics]]


== Links ==
== Links ==

Revision as of 15:50, 18 February 2010

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:

Links