PHP 5 Unleashed

Chapter 25. Using SQLite with PHP

IN THIS CHAPTER

  • What Makes SQLite Unique?

  • Basic SQLite Functionality

  • Working with PHP UDFs in SQLite

  • Odds and Ends

In Chapter 24, "Using MySQL with PHP," I introduced the MySQLi extension, which enables your PHP scripts to perform the incredibly important task of accessing data from a MySQL RDBMS server. In this chapter, we'll look at another powerful and unique database package available to PHP 5 developersthe SQLite database package.

Категории