Fetch HTML page and store it in MYSQL- How to
        Posted  
        
            by codemaker
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by codemaker
        
        
        
        Published on 2010-05-03T21:04:36Z
        Indexed on 
            2010/05/03
            21:08 UTC
        
        
        Read the original article
        Hit count: 266
        
Hi,
- What's the best way to store a formatted html page with CSS on to MYSQL database? Is it possible?
- What the column type should be? How to retrieve the stored formatted HTML and display it correctly using PHP? 
- What if the page I would like to fetch has pics and videos, show I store the page as blob 
- What's the best way to fetch a page using PHP-CURL,fopen,..-? 
Many questions guys but I really need your help to put me on the right way to do it.
Thanks a lot.
© Stack Overflow or respective owner