Difference between revisions of "PHP"
Jump to navigation
Jump to search
(Created page with "Php is a programming language.") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:PHP|PHP]] stands for PHP: Hypertext Processing language. It is mostly used as a server-side programming language. | |||
=Main Website and Documentation= | |||
#[https://www.php.net/ PHP.NET] | |||
#[https://www.php.net/manual/en/index.php Documentation] | |||
=Executing PHP file in command line= | |||
#[https://www.php.net/manual/en/features.commandline.usage.php Commandline Usage of PHP file] | |||
=Some useful references= | |||
#[https://medium.com/geekculture/building-a-command-line-app-in-php-35441506e97c Building a command line app in PHP] | |||
#[https://medium.com/phpops/php-backend-roadmap-a0e5f66b1d7b PHP Backend Roadmap] |
Latest revision as of 04:16, 14 March 2022
PHP stands for PHP: Hypertext Processing language. It is mostly used as a server-side programming language.