in reply to Storing links and content in a database

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

Replies are listed 'Best First'.
Re^2: Storing links and content in a database
by lampros21_7 (Scribe) on Aug 22, 2005 at 14:06 UTC
    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