Reply to Re: [newbie] Removing MySQL calls from PHP pages?
Posted by Gilles Ganault on 01/13/08 19:48
On Sun, 13 Jan 2008 20:33:59 +0100, thib´ <thyb0@coralsnake-team.com>
wrote:
>I guess you're thinking about a cache concept, you should read some articles
>about it; this can indeed be very useful if the database is submerged by
>loads of identical, heavy search requests.
OK, I'll do some tests and see how it goes, even by keeping actually
MYSQL calls in all the pages. Thanks.