Sql Lite in PHP
Description: 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. For examples, if you distribute the web application, your customers may not have access to a MySQL server. In the case of flat files, these can quickly grow large and inefficient and can be difficult to query.
Added on: 22-Jan-2008 Hits: 481
|
Comments (0)Last X Days Ago
Description: This tutorial will show you how to display those cool last seen 2 days ago or posted 3 mins ago as seen on http://www.live-tutorials.com
Added on: 28-Apr-2008 Hits: 469
|
Comments (0)Increment Letters with PHP
Description: This might sound like a simple task to many professionals but for the beginners this is a life saver. Incrementing letters in php is easy as abc... :)
Added on: 21-May-2008 Hits: 668
|
Comments (0)