>Is anyone taking a dynamic PHP / MySQL site and storing or cacheing it
statically in 
>order for pages to display more quickly when visitors access the site?
If so, what 
>solutions are you using to achieve this?


I looked at doing it, wrote a single PHP-page that when I accessed would
make static pages for me (numbering in the thousands), but it was all
for nought as the pieces of code I included in the web pages made for
not being able to get a PHP-session variable and hindering my cart
process.  Maybe I could change the code in some way to get the correct
information where I need it, but at this time the functional way to do
it was with leaving the pages dynamic.

That being said, if all you want to do is spit out numerous pages (based
off MySQL data) and put them on the web for people to look at, I would
be happy to shoot you my PHP page to work it out.

Robert

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

Reply via email to