Sunday, September 30, 2012

Create PHP project in NetBeans 7.1

Follow the steps below...

1. Open .

2. Click  to create a new project.


3. On the New Project dialog choose PHP from the Categories then choose PHP Application as the project type, the hit .


4. Fill up the field(s), then hit .

Project Name: <name_of_your_app>
Sources Folder: C:\xampp\htdocs\<name_of_your_app>

5. Setup some project configuration, then hit .

Run As: Local Web Site (running on local web server)
Project URL: http://localhost:81/<your app>/
*** On the sample project the Apache HTTP Server is running on Port 81

6. Choose any framework if needed, then hit .


Start Coding!


No comments:

Post a Comment