![MACROMEDIA DREAMWEAVER 8-GETTING STARTED WITH... Getting Started Download Page 307](http://html1.mh-extra.com/html/macromedia/dreamweaver-8-getting-started-with/dreamweaver-8-getting-started-with_getting-started_3331098307.webp)
Configuring your system (PHP) 307
The test page should open and display a time of day, as follows:
The specified time is known as dynamic content because it changes every
time you request the page. Click your browser’s Refresh button to generate
a new page with a different time.
If the page doesn’t work as expected, check for the following possible
errors:
■
The file does not have a .php extension.
■
You typed the page’s file path (C:\Inetput\wwwroot\timetest.php)
instead of its URL (for example, http://localhost/timetest.php) in the
browser’s Address text box.
If you type a file path in the browser (as you might be used to doing
with normal HTML pages), you bypass the web server and the
application server. As a result, your page never gets processed by the
server.
■
The URL contains a typing mistake. Check for errors and make sure
the filename is not followed by a slash, such as http://localhost/
timetest.php/.
■
The page code contains a typing mistake.
After installing and testing the server software, create a root folder for your
web application.
NOT
E
Looking at the source code (View > Source in Internet Explorer) will
confirm that the page does not use any client-side JavaScript to achieve
this effect.
Summary of Contents for DREAMWEAVER 8-GETTING STARTED WITH...
Page 1: ...Getting Started with Dreamweaver...
Page 8: ...8 Contents...
Page 10: ......
Page 46: ...46 Dreamweaver Basics...
Page 48: ......
Page 128: ...128 Tutorial Formatting Your Page with CSS...
Page 136: ...136 Tutorial Publishing Your Site...
Page 138: ......
Page 189: ...Add a Repeat Region XSLT object 189 3 Select Insert XSLT Objects Repeat Region...
Page 196: ...196 Tutorial Displaying XML Data...
Page 216: ......
Page 230: ...230 Understanding Web Applications...
Page 236: ...236 Installing a Web Server...
Page 254: ...254 Setup for Sample ColdFusion Site...
Page 268: ...268 Setup for Sample ASP NET Site...
Page 284: ...284 Setup for Sample ASP Site...
Page 300: ...300 Setup for Sample JSP Site...
Page 320: ...320 Setup for Sample PHP Site...