Hi there I have this problem..
I'm working on a searchengine, with huge ammounts of records.. over 20.000 to start, and besides that a very busy site. (also +15.000 hits a day. or some queries over 1000 records will be returned
What I'm trying to do is to create a page that will post all results of such a query to a file that isn't connected to the database. This page has to be updated every say 30 minutes
What I mean is.. I don't want the database to be searched every time a page is opened. (the normal PHP-mySQL-function). A temporary PHP/HTML file will do fine
Is there a function in PHP that can handle this.
Hope to get a reply for this problem..
Regards,
Trackz