Difference between revisions of "PHP"

From PKC
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.


=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=
=Executing PHP file in command line=
#[https://www.php.net/manual/en/features.commandline.usage.php Commandline Usage of PHP file]
#[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:15, 12 January 2022

PHP stands for PHP: Hypertext Processing language. It is mostly used as a server-side programming language.

Main Website and Documentation

  1. PHP.NET
  2. Documentation

Executing PHP file in command line

  1. Commandline Usage of PHP file

Some useful references

Building a command line app in PHP