check if php is installed windows code example
Example 1: how to cheeck php
<?phpphpinfo(); ?>
Example 2: 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.