The aim of this tutorial is simple to show you how to work with PHP using WampServer with the NetBeans IDE 8.1
Basic software requirements
1. Netbeans IDE: I'll be using version 8.1.
2. WampServer: Download

Step 1: Open the NetBeans IDE
Step 2: Goto File >> New Project or simply press Crtl+Shift+N. Under "Categories" by the left of the window, select "PHP". Then under "Projects" select "PHP Application".
Now click "Next >" .

Step 3: Give the project a project name of your choice, I'll use "Hello_World" (avoid white spaces).
Note: For the Source Folder, browse and search for the "www" directory in the "wamp" folder in the C drive and click Open.
Type the name of the project again after the C:\wamp\www\ .
Click on "Finish".

And that's it! You can see the newly created project in the "Projects" window below.

Thanks! Questions?
Comments
Post a Comment