Answers for "check whether php is installed or not"

PHP
3

check the php version in ubuntu

php --version
Posted by: Guest on December-09-2020
0

test if php is installed

Create a php file containing code <? php echo phpinfo(); ?> and save it as test.php. 
  then you have installed PHP properly.
Posted by: Guest on December-04-2020

Code answers related to "check whether php is installed or not"

Browse Popular Code Answers by Language