Test your dynamic web pages or content by setting up your local computer, a development server, a staging server, or a production server as a testing server.
Test your dynamic web pages or content by setting up your local computer, a development server, a staging server, or a production server as a testing server. If you plan to develop dynamic pages using server-side languages such as PHP, set up a testing server to generate and display dynamic content while you work. The testing server can be your local computer, a development server, a staging server, or a production server. For a detailed overview about the purposes of a testing server, see David Powers’s article, Setting up a local testing server in Dreamweaver CS5 . Benefits of setting up a testing server Setting up a testing server allows you to test all your dynamic code safely without causing any damage to your live website. You can also work virtually uninterrupted from network failures and Internet outages that might keep you from uploading everything onto a remote server. In addition by having a local test server, you do not have to w...