How do I run a PHP web page in Eclipse? I am using PDT.
I was able to do this when I was studying JEE. I just hit run and then Eclipse's built in browser shows and you can run the website already.
Right now I am able to do this by putting my PHP files in the folder that Apache serves and then I open my browser and go the php file I created.