Chapter 4. Building an Online Catalog

In This Chapter

  • Designing the catalog Web pages

  • Building the database with product information

  • Writing code for the catalog scripts

The online catalog is one of the most common applications on the Web. Whether the Web site is offered by an individual with a handful of products or a huge company with gazillions of products, the principle is the same: The customer needs to see the products and information about them before buying anything.

On many Web sites with catalogs, customers can purchase the catalog items online. In this chapter, we provide a catalog application that doesn't include online purchasing functionality. The scripts in this chapter only display the catalog. The application in Chapter 5 in this minibook is an online purchasing application, providing the ability to purchase catalog items online.

Book III discusses MySQL in detail. You can create the database with SQL statements or with phpMyAdmin. Methods for creating the database and adding data to it are discussed in Book III.

Get PHP & MySQL® Web Development All-in-One Desk Reference for Dummies® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.