Cannot get my IDE to run correctly

mike12345

New Member
I just downloaded Eclipse for PHP (used the zend website to do it) and every time I try to run a php I get an error that says "This program cannot display the webpage". In the url bar it says "http://localhost/h/index.php" when I click the run button which is when I get the error. "h" is the folder where the file is saved and index.php is the php file I want to run. I have the actual file saved in the below path C:\Users\My Name\Desktop\EclipsePHP\h\index.php. How can I get the file to run correctly in Eclipse?
 

mike12345

New Member
Thanks for the reply. I am not sure if I have a php server running on local host, so I guess that means I do not. How would I do that... Or can you point me to a website that could explain how to if you don't want to write it all?
 
Top