The included php file in www folder is wamp welcome page I already mention in my first post here, I mean it will show up when you access localhost through tray icon or [
localhost]. The others, outside www folder, are for running wamp, if not sure, don't mess with them.
To run your other php files, they should be in your_project_folder and this folder should be in www folder. For example, to run test.php, it should be in:
c:/wamp/www/your_project_folder/test.php
Then type in browser like this:
[
localhost]
Hope this clear enough.
Keep me posted.