Answers for "where is installed php linux"

PHP
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
-1

check installed php modules in linux

php -m | grep mbstring
Posted by: Guest on October-24-2020

Code answers related to "where is installed php linux"

Browse Popular Code Answers by Language