Home >Backend Development >PHP Tutorial >How to open php project in dw
1. Download and installation of PHP environment construction and tool (dreamweaver)
1, download
1), PHP environment construction (environment integration tool): Search "appserv" on Baidu, and then download directly
2), dreamweaver cs5 development tool:
Download address: http://pan.baidu.com /s/1i54jHc
2. Installation
1), appserv installation: Pay attention to setting the server port and database password. The next step is fine. The installed directory is as follows:
2), dreamweaver installation: directly open the quick installation under Adobe Dreamweaver CS5, and then install it.
2. Run the php file on Dreamweaver
1. Create a new site:
1), click on the site - manage site
2), create a new site (note the site folder, the file path is the www directory under the appserv installation directory), the site name can be customized
2. Build the service
1) Click on the server in sequence - " "
The above is the detailed content of How to open php project in dw. For more information, please follow other related articles on the PHP Chinese website!