CHAPTER 35Practical Database Queries
The last several chapters served as an introduction to numerous concepts regarding using PHP and MySQL together to retrieve and manipulate data. This chapter expands your knowledge, demonstrating several challenges that you're bound to repeatedly encounter while creating database-driven Web applications. In particular, you'll learn more about the following concepts:
- Tabular output: Listing query results in an easily readable format is one of the most commonplace tasks you'll implement when building database-driven applications. This chapter explains how to programmatically create these listings, and how to extend the
mysqli
interface to incorporate new custom functionality. - Sorting tabular output: Often, ...
Get Beginning PHP and MySQL: From Novice to Professional, Third 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.