PHP: Difference between revisions
Jump to navigation
Jump to search
m (→Links) |
Cybermancer (talk | contribs) m (Expanded See Also section) |
||
(12 intermediate revisions by one other user not shown) | |||
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, | '''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. | A lot of educational [[portalware]] is written in PHP, i.e. with the popular [[LAMP]] / [[WAMP]] software bundle. | ||
== See Also == | |||
* All entries [[:category:PHP|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]] | |||
* [[Python]] | |||
== Links == | == Links == | ||
Line 11: | Line 19: | ||
* [http://en.wikipedia.org/wiki/Php PHP] (Wikipedia) | * [http://en.wikipedia.org/wiki/Php PHP] (Wikipedia) | ||
[[Category: programming]] | |||
[[Category: AMP]] | |||
[[Category: | [[Category: PHP]] |
Latest revision as of 12:09, 1 November 2015
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
- Python
Links
- PHP Main Page (PHP Home Site)
- PHP (Wikipedia)