you can write an html page on the fly and save that to the hard drive

have a look at fopen/fwrite etc

bastien

From: Vincent <[EMAIL PROTECTED]>
Reply-To: Vicente <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] Caching query results in html pages
Date: Tue, 13 Mar 2007 14:20:58 +0100

Hi all,

I'm trying to improve the performance for visitors, and I want to know
if there is some way to store the mySQL results of  .php scripts in
webpages.

So, in example, when requesting
http://www.mydomain.com/script.php?id=110 , it can be redirected to
his cached version http://www.mydomain.com/id110.html.


Any code or information would be appreciated,


Regards,

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


_________________________________________________________________
Don’t waste time standing in line—try shopping online. Visit Sympatico / MSN Shopping today! http://shopping.sympatico.msn.ca

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to