This document discusses server-side scripting and how it differs from client-side scripting. Server-side scripting involves running scripts on the web server to dynamically generate web pages. It allows accessing databases and customizing pages for individual users. Popular server-side scripting languages include ASP, PHP, and JSP. The document provides examples of how server-side scripts can dynamically edit content, respond to forms, and access data to return to browsers.