Answers for "how to install php in ubuntu 20.04 and run"

PHP
5

install php ubuntu 20.04

sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php

sudo apt update

sudo apt install -y php7.4
Posted by: Guest on November-21-2020

Code answers related to "how to install php in ubuntu 20.04 and run"

Browse Popular Code Answers by Language