Could someone help me out with php.
I've installed wamp on my computer.. Phpmyadmin works fine, Localhost works fine.
But when i make a php file like the following
<?php
echo"helloworld";
?>
and then go into my www folder and double click on it so it opens nothing comes up in my browser.
But if...