JavaScript Editor Javascript validator     Website design 



Team LiB
Previous Section Next Section

Chapter 10: Building a Three-Tiered Data Application

Overview

You began this book looking at HTML pages, which are essentially static documents. You then learned how to generate dynamic pages with the powerful PHP language. In the last few chapters, you learned how to use a database management system such as MySQL to build powerful data structures. This last chapter will tie together the PHP programming and data programming aspects to build a full-blown data management system for the spy database. The system you will learn can easily be expanded to any kind of data project you can think of, including e-commerce applications. Specifically, you will learn how to:

There isn't really much new PHP or MySQL code to learn in this chapter. The focus is on how to build a larger project with minimum effort.


Team LiB
Previous Section Next Section


JavaScript Editor Javascript validator     Website design


R7