Fetch HTML page and store it in MYSQL- How to
- by codemaker
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.