Reply to Re: Q: how can i cache data that took from a txt file before?
Posted by Rik on 03/04/07 01:34
shimmyshack <matt.farey@gmail.com> wrote:
> if you really *must* go the text route - which as Steve says is not
> wise, why don't you read through this file once per day and make many
> smaller files one per category, and also make them into php arrays.
On that note: don't underestimate the power of var_export(), also fun for
objects :-)