What problems are you encountering when saving your data in arrays? It should be just as possible to do that as use a database. Do you want your data to be persistent? (i.e. continue to exist after the script has finished), if not, I see no reason to use a database.
C.
Comment on Re: Storing links and content in a database
It gives me an "Use of uninitialized value" error. When it goes into the loop for some reason it wont write that information in the array. I want my data to be persistent thats why i eventually want to use a database. Thanks castaway