9. Using PHP with MySQL

In This Chapter

Modifying the Template 266

Connecting to MySQL 268

Executing Simple Queries 273

Retrieving Query Results 281

Ensuring Secure SQL 285

Counting Returned Records 290

Updating Records with PHP 292

Review and Pursue 298

Now that you have a sufficient amount of PHP, SQL, and MySQL experience under your belt, it’s time to put all of the technologies together. PHP’s strong integration with MySQL is just one reason so many programmers have embraced it; it’s impressive how easily you can use the two together.

This chapter will use the existing sitename database—created in Chapter 5, “Introduction to SQL”—to build a PHP interface for interacting with the users table. The knowledge taught and the examples used here ...

Get PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide, Fourth Edition 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.