Submitted by Adam » Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.
Additional statistics
Average rating: 3.50/5.0
Clicks today: 1
Clicks this month: 8
Clicks total: 232
Number of comments: 3
Number of saves: 1

