View Single Post
Old 11-13-2005, 10:15 PM   #6 (permalink)
cristobal
Senior Member
 
Join Date: Sep 2005
Posts: 219
Default

A database is just a place to collect information
You can use a text file as a "database" as well like :

Text file :
info 1;
info 2;
info 3;

php file :
load each line and excute with XXX command

it will work the same as well.
But of course using things like MySQL would make things simplier.
cristobal is offline   Reply With Quote
Sponsored Links