Where can you learn about PHP: Difference between revisions

From Joomla! Documentation

Neriv (talk | contribs)
No edit summary
Cmb (talk | contribs)
URL corrections.
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{cookiejar}}
{{Chunk:PHP/en}}
Hypertext Preprocessor or 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.
* [https://www.php.net/ PHP website]
 
* [https://www.php.net/tut.php Introductory Tutorial]
#[http://www.php.net/tut.php Introductory Tutorial]
* [[wikipedia:PHP|Wikipedia page on PHP]]
#[http://en.wikipedia.org/wiki/PHP Php Wiki]
* [https://www.mysql.com/ MySQL]
* [https://dev.mysql.com/doc/mysql-tutorial-excerpt/8.0/en/ MySQL Tutorial from the MySQL 8.0 Reference Manual]
* [http://www.tutorialspoint.com/php/index.htm# PHP Tutorial]

Latest revision as of 00:29, 29 November 2022

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?