This page was created at 02:55:25 pm on the computer running PHP.

This code displays the time the page was processed on the server. Copy the file to the /Users/your_user_name/Sites folder on your Macintosh. This Sites folder is your personal root folder for the Apache web server. In your web browser, enter the following URL and press Return: http://localhost/~your_user_name/timetest.php The test page should open and display a time of day. 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. Note: Looking at the source code (View > View Source in Safari) will confirm that the page does not use any client-side JavaScript to achieve this effect. If the page doesn't work as expected, check for the following possible errors: