Php script isn't showing up on apache web page.
I'm following these(https://www.mongodb.com/developer/languages/php/php-setup/) instructions to set up Apache, php, and Mongo. When I make a php script in the apache root directory /usr/local/var/www/ , it shows the php script (see below) instead of showing a webpage that only displays Hello world. Please help.
<?php echo("Hello World"); ?>