Where can you learn about PHP
From Joomla! Documentation
(Difference between revisions)
m |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Chunk:PHP}} |
| − | + | ||
| − | + | * [http://www.php.net/ PHP website] | |
| − | + | * [http://www.php.net/tut.php Introductory Tutorial] | |
| − | + | * [[wikipedia:PHP|Wikipedia page on PHP]] | |
| + | * [http://www.php-mysql-tutorial.com/ PHP MySQL Tutorial] | ||
| + | * [http://www.tutorialspoint.com/php/index.htm PHP Tutorial] | ||
Latest revision as of 04:10, 13 September 2011
PHP is a computer scripting language designed for creating dynamic web pages. PHP is widely-used for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. Joomla! is primarily written using the PHP language. For more information, see Where can you learn about PHP?