This document discusses a course on server-side web programming. It covers topics like client-side vs server-side programming, website structure, and demonstrates both with an example user profile management application. The application allows users to log in and edit their profile, retrieving and storing data from a database on the server-side using scripts. Screenshots and code examples of the login form, client-side and server-side scripts, and database structure are provided to demonstrate the concepts.