test if php is installed

Solutions on MaxInterview for test if php is installed by the best coders in the world

showing results for - "test if php is installed"
Wael
27 Nov 2017
1Create a php file containing code <? php echo phpinfo(); ?> and save it as test.php. 
2  then you have installed PHP properly.