PHP
From EduTech Wiki
This article or section is a stub. A stub is an entry that did not yet receive substantial attention from editors, and as such does not yet contain enough information to be considered a real article. In other words, it is a short or insufficient piece of information and requires additions.
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:
- All entries tagged with PHP
- PHP links page (nothing but links)
- LAMP and WAMP for PHP-related software (Apache/PHP/MySQL)
- PHP tutorial - basics
- PHP-MySQL tutorial -basics
- PHP - MySQL - XML tutorial - basics
Links
- PHP Main Page (PHP Home Site)
- PHP (Wikipedia)


