Server-Side Includes: In-Class Exercise (28 October 2004)
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.
Excerpt: A page with auto-updating time and date, and a copyright that changes to display the current year included from another file. Cliquez ici....
Read More: SSI
Excerpt: Here is my in-class exercise for server-side includes:
http://www.rit.edu/~bld0973/409/exercises/server-side_includes/
Read More: In-Class Exercise: Server-Side Includes