Team LiB
Previous Section Next Section

Chapter 7: Displaying Dynamic Content

Overview

The web is a dynamic environment, so why not use your programming skills to display dynamic content? Dynamic content can be as simple or as complex as you want it to be. In this chapter, you learn how to:

  • Display browser-specific HTML

  • Display platform-specific HTML

  • Use PHP string functions on HTML form input

  • Create a redirection menu using an HTML form and the header() function


Team LiB
Previous Section Next Section