C H A P T E R 10
Web Site Database: Using PHP and MySQL
In this chapter, you will do the following:
- Receive an introduction to databases and Structured Query Language (SQL)
- Learn how to create tables in a MySQL database
- Learn how to use PHP to insert, update, delete, and select records in tables in a database
- Explore the differences between client-side and server-side processing
- Learn techniques to build a basic user login system, including use of localStorage and the Secure Hash Algorithm for one-way encryption