update php version ubuntu 7.3
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y php7.3
update php version ubuntu 7.3
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y php7.3
check php-fpm version ubuntu
#Checking and printing PHP version installed on your Linux and Unix server
#To find out php version installed on the server type any one of the following commands on your server.
1.Open the terminal prompt and then type the following commands.
2.Login to the server using the ssh command. For example: ssh user@linux-unix-server
3.Display PHP version, run: php --version OR php-cgi --version
4.To print PHP 7 version, type: php7 --version OR php7-cgi --version
5.Find latest PHP 8 version, type: php8 --version OR php8-cgi --version
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us