How to Make a Web Project in Eclipse Work via Browser
The Eclipse editor lets you develop, edit and and debug PHP pages. The Eclipse editor includes a debugger with the software, so you just need to open your PHP project and run the debugger to find any errors. When you run the project in the debugger, your default browser opens. When an error is found, the PHP execute stops in the browser and displays the error in Eclipse.
Instructions
-
-
1
Open the Eclipse software on your computer. Click the "File" menu item and select "Import." Click the "File System" project type in the next window.
-
2
Click the folder in which your PHP Web files are located. Click "Finish" to open all of the project files, which display in the left panel.
-
-
3
Click the "index.php" page and click the "Run" button in the Debug tab. The PHP project executes, and the website opens in the debugger and runs in the browser.
-
1