Difference between revisions of "PHP"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[wikipedia:PHP|PHP]] stands for PHP: Hypertext Processing language. It is mostly used as a server-side programming language. | [[wikipedia:PHP|PHP]] stands for PHP: Hypertext Processing language. It is mostly used as a server-side programming language. | ||
=Executing PHP file in command line= | |||
#[https://www.php.net/manual/en/features.commandline.usage.php Commandline Usage of PHP file] | |||
=Some useful references= | =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/geekculture/building-a-command-line-app-in-php-35441506e97c Building a command line app in PHP] |
Revision as of 12:09, 12 January 2022
PHP stands for PHP: Hypertext Processing language. It is mostly used as a server-side programming language.