Team LiB
Previous Section Next Section

Chapter 25. Using SQLite with PHP

IN THIS CHAPTER

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.

    Team LiB
    Previous Section Next Section