Page is a not externally linkable
Imaster - 6:51 pm on May 24, 2007 (gmt 0)
I am writing php scripts for an application. There are several queries like select * from table where name = .... and so on. I would like such that once any unique query has been executed, it should be cached and should display quickly next time the same query is called unless the mysql table which is being accessed is updated or its timestamp changes. Is this possible or there are better caching/speed improvements available? Thanks
Hi,