-
Caching Dynamic XML Pages with PHP
Posted by Andrew on Jun 20, 2010 in Code, Web Design
Below is a method to cach database heavy dynamic pages. In this example I was building an elaborate playlist which would be hit by lots of users. For the example I greatly simplified the query I was making so that you can see the caching method. With this method the first user to hit the [...]