PHP: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
mNo edit summary |
||
Line 13: | Line 13: | ||
[[Category: programming]] | [[Category: programming]] | ||
[[Category: AMP]] | [[Category: AMP]] |
Revision as of 19:00, 8 July 2009
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
- PHP Main Page (PHP Home Site)
- PHP (Wikipedia)