PHP: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
m (Expanded See Also section)
 
Line 5: Line 5:
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:
== See Also ==
* All entries [[:category:PHP|tagged with PHP]]
* All entries [[:category:PHP|tagged with PHP]]
* [[PHP links]] page (nothing but links)
* [[PHP links]] page (nothing but links)
Line 12: Line 12:
* [[PHP-MySQL tutorial -basics]]
* [[PHP-MySQL tutorial -basics]]
* [[PHP - MySQL - XML tutorial - basics]]
* [[PHP - MySQL - XML tutorial - basics]]
* [[Python]]


== Links ==
== Links ==

Latest revision as of 13:09, 1 November 2015

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