An O'Reilly Book Learning PHP, MySQL & JavaScript
By Robin Nixon (O'Reilly 2009, ISBN 978-0596157135)

Home | About | Buy It | Forum | Examples | Errata

Chapter: 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 E

Chapter 10: Accessing MySQL Using PHP

By now you should be proficient in using both MySQL and PHP. In this chapter, you will learn how to integrate the two by using PHP's built-in functions to access MySQL.

Example: 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23