Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » running php file
running php file [message #541613] Mon, 21 June 2010 15:22 Go to next message
Eclipse UserFriend
So i just installed the eclipse PDT. I have a simple php file:
<html>
 <head>
  <title>First PHP Example</title>
 </head>
 <body>
 <?php echo "<p><h1>Output</h1>";
       echo "<h2>Output</h2>";
       echo "<h3>Output</h3></p>";
  ?>
 <script language="PHP">
  echo "\n<b>More PHP Output</b><br />\n";
 </script>
 </body>
</html>


I click the run as php web page and it goes to:
http://localhost/CS1520/ex1.php
within eclipse. However, it fails and says navigation to the webpage was cancelled and nothing shows up. I'm new to eclipse and even moreso php. Any help would be appreciated so I can run the php code.
Re: running php file [message #541619 is a reply to message #541613] Mon, 21 June 2010 15:59 Go to previous message
Eclipse UserFriend
i did a quick windows 7 ie debug and it says:
"the remote device or resources (localhost) is not set up to accept connections on port world wide web (http)"
Previous Topic:Exported RCP tutorial crashes when run
Next Topic:Newbie: Galileo Code Complete
Goto Forum:
  


Current Time: Thu May 22 21:23:01 EDT 2025

Powered by FUDForum. Page generated in 0.24886 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top