28 October 2004
Server-Side Includes
Today we'll continue our discussion of server-side operations by talking about server-side includes, which allow you to process commands on the server for inclusion on your web page.
Server-Side Includes: In-Class Exercise
Look over Professor Vullo's SSI Demo page, and/or the Apache SSI tutorial. Using those examples as a starting point, create a page that automatically shows the current date and time, and also includes a copyright statement (or some other fragment of text) taken from an external file in another directory.