January 2008
Intermediate to advanced
672 pages
14h 51m
English
In This Chapter
Using PHP built-in functions to access MySQL
Sending SQL queries to the MySQL server
Understanding how to handle MySQL errors
Using other helpful functions
Changing functions from mysqli to mysql
PHP and MySQL work well together, and this dynamic partnership is what makes PHP and MySQL so attractive for Web database application development. Whether you have a database full of information that you want to make available to users (such as a product catalog) or a database waiting to be filled by users (for example, a customer database), PHP and MySQL work together to implement your application.
This chapter describes accessing MySQL from PHP scripts.
Read now
Unlock full access