Thread: Data Base Help
View Single Post
  #3  
Old 05-02-2008, 12:05 AM
pipesportugal's Avatar
pipesportugal pipesportugal is offline
Sergeant Major
 
Join Date: Jul 2007
Location: Oporto - Portugal
Posts: 99
Default Re: Data Base Help

Hi,

Instead using a mySQL database/tables, maybe You could store this information with sqlite.

Sqlite is a "small" database that comes bundled with php5 and saves the database/tables information on a phisical file there on the server.

www.sqlite.org

pipesportugal
Reply With Quote