๐Ÿ˜PHP

PHP: It is a programming language. It is mainly used to develop dynamic web applications and interactive websites. PHP runs on the server side.

  1. We install the necessary packages to be able to run web applications written in PHP language and that need to connect to a MySQL database. Run the following command:

sudo apt install php-cgi php-mysql

Last updated

Was this helpful?