Caching HTML output with PHP
        Posted  
        
            by Mohamed Amine
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mohamed Amine
        
        
        
        Published on 2008-12-10T11:58:39Z
        Indexed on 
            2010/05/19
            15:50 UTC
        
        
        Read the original article
        Hit count: 292
        
Hi! I would like to create a cache for my php pages on my site. I did find too many solutions but what I want is a script which can generate an HTML page from my database ex:
I have a page for categories which grabs all the categories from the DB, so the script should be able to generate an HTML page of the sort: my-categories.html. then if I choose a category I should get a my-x-category.html page and so on and so forth for other categories and sub categories.
I can see that some web sites have got URLs like: wwww.the-web-site.com/the-page-ex.html
even though they are dynamic.
thanks a lot for help
© Stack Overflow or respective owner