Posted by:
Brian
(---.dsl.mdsnwi.ameritech.net)
I believe there should be a www file unless it was renamed during setup. You can place your files in there, or ideally, create directories/folders in that folder for each of your projects.
When you open localhost from the WAMP taskbar icon, you'll see "Your Projects" which is where these files will be located.
Not familar with that editor, but you will probably have it setup like:
[
localhost]
where yourprojectname is the folder for that project and file.php is the page you want to see.
From within the editor to actually work on the files, then your path may be something like this:
C:/wamp/www/yourprojectname/
Again, depending on how you set things up.
Hope that helps.