Run Following commands:
$ sudo add-apt-repository ppa:ondrej/php $ sudo apt-get update $ sudo apt-get install -y php7.0After that run following command:
sudo apt install php libapache2-mod-phpNow restart Apache server :
sudo service apache2 stop sudo service apache2 startRepository required to install phpmyadmin
sudo add-apt-repository ppa:ondrej/php5-compat