Chapter 9. Getting PHP to Talk to MySQLNow that you're comfortable using the MySQL client tools to manipulate data in the database, you can begin using PHP to display and modify data from the database. PHP has standard functions for working with the database. First, we're going to discuss PHP's built-in database functions. We'll also show you how to use the PEAR database functions that provide the ability to use the same functions to access any supported database. This type of flexibility comes from a process called abstraction. In this chapter, you'll learn how to connect to a MySQL server from PHP, learn how to use PHP to access and retrieve stored data, and how to correctly display information to the user. |
Wednesday, October 21, 2009
Chapter 9. Getting PHP to Talk to MySQL
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment