Kevin Gurnhill
New member
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 i left click and view source am able to see the source code,
Now if i went to the file through my browser like
http://localhost/testpage.php
It will show up fine right click view source and i cant view my php source code.
any help would be appreicated muchly and i will vote top answer
thank you people
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 i left click and view source am able to see the source code,
Now if i went to the file through my browser like
http://localhost/testpage.php
It will show up fine right click view source and i cant view my php source code.
any help would be appreicated muchly and i will vote top answer
thank you people