December 2004
Intermediate to advanced
840 pages
18h 11m
English
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 developers—the SQLite database package.
To both appreciate and effectively use SQLite, it is important to understand the differences between it and a classic relational database package such as MySQL. Unlike MySQL, which operates using a client/server model, SQLite does not need a server to store data ...
Read now
Unlock full access