PHP not working with WAMP

The simplest means of testing whether php is working or not is creating a file named index.php with the below content.

<?php phpinfo(); ?>
1 Like