Book 5 Chapter 8

XHTML Files

PHP Files

CSS Files

Notes

All of the examples in this chapter assume you have a MySQL database called "xfd" with a table called "contact." Instructions and scripts for creating such data are found in book VI. You will have to change the confuration (host, username, and pasword) to make these programs run on your server. See book VI for more on using MySQL and databases.

Search.php is not meant to run on its own. It only works properly when called by search.html. If you run it on its own, you will get errors. This is expected.