PHP Easy Cache Pro

The Cache is establish for this content. Click "Home" to check.

Test GET Links

Try sending PHP GET variables to this page.

Variable A Variable B

Test POST Form

You can use POST and GET Forms while Cahce is on! Give it a try:

Try this Form!

How to Use it

Place the following PHP-Code at the first line of all pages that should be cache.

    <?PHP
    include 'cache.php';
    // rest of page code
  

The only thing you had to do is: include the cache.php file in all pages that should be cached in the first line. If you don't want to edit every file by hand, use a config file OR a database config file OR any other settings file of your script. Normally such files are used in every PHP-Script project.