Database Series Part I: Table ConstructionSummary: The first in a four-part series explaining database creation and management. The first lesson centers on organizing a table for your database.
Database Series Part II: Basic SQL ConnectionSummary: The second part of the Database series. Different forms of connecting to your database and table.
Database Series Part III: Basic Table Access & FieldsSummary: The third part in the four-part database series, this tutorial explains how to access the database with PHP and call specific fields.
Database Series Part IV: Results & Their DisplaySummary: The final part in the four-part Database Series. Here you will learn how to retrieve results and customize the fields.
|