tester si PHP est installé

Create a php file containing code <? php echo phpinfo(); ?> and save it as test.php. 
  then you have installed PHP properly.
Worrisome Whale