Search:
Main Menu
Login | RSS |

Quick PHP Code Tips and Examples

PHP Programming Tips, Tutorials and Source Code Examples for newbie

Using SQLite in PHP 5

May 9th, 2007 by Jon Moffet

Here is a well-written step-by-step tutorial on how to use SQLite in PHP 5. The tutorial was written by Ilia Alshanetsky and featured in Zend Developer Zone.

SQLite Introduction

For those who don't know, SQLite is a lightweight embedded database management system, it is available as the default database engine for PHP5. Due to its embedded nature, SQLite store its database on a single file and is significantly faster than MySQL. Backing up SQLite database is as simple as copying its database file to a backup media.

SQLite is an excellent choice for creating and deploying portable web application without the need to do complex db setups on target machines.

Tags: , ,

Bookmark Post:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • NewsVine
  • Reddit
  • Netvouz
  • Spurl
  • Furl
  • digg
  • YahooMyWeb
  • del.icio.us

Posted in Uncategorized |

Related Posts

One Response

  1. Netvouz - sqlite bookmarks Says:

    Kramer auto Pingback[...] Using SQLite in PHP 5 ยป Quick PHP Code Tips and Examples By jonmoffet in Public bookmarks with php php4 php5 sqlite [...]

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.