How to generate static HTML with PHP
|
Popularity: (1571)
Tags: php html static generation Link: Visit It >> |
How to generate static HTML with PHP ? When you are running a large volume website that requires alot of action you ll probably want to consider ways to reduce the impact of your server s performance. We can do this by generating static html pages from the pages that require all of these queries. By writing a few simple PHP scripts you can prepare to CRON your PHP driven site and have it automatically update for you at set intervals.