Answers for "suse linux check if php is installed"

PHP
2

check php version linux terminal

/* in terminal type it*/
php -v
Posted by: Guest on March-24-2021
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 "suse linux check if php is installed"

Browse Popular Code Answers by Language