(Latest Revision: Sun May 13 23:20 2007 )

Notes On Chapter Thirty-Six -- Dynamic Web Document Technologies (CGI, ASP, JSP, PHP, ColdFusion)


  • 36.1 Introduction
  • 36.2 Three Basic Types of Web Documents
  • 36.3 Advantages and Disadvantages of Each Document Type
  • 36.4 Implementation of Dynamic Documents
  • 36.5 The CGI Standard
  • 36.6 Output From A CGI Program

  • 36.7 An Example CGI Program
  • 36.8 Parameters and Environment Variables
  • 36.9 State Information and Cookies
  • 36.10 A CGI Script With Long-Term State Information

  • 36.11 A CGI Script With Short-Term State Information
  • 36.12 Forms And Interaction
  • 36.13 Server-Side Scripting Technologies
  • 36.14 Summary