Hello,
I have a function that takes a product #, then generates a product info page dynamically. The next thing I want to do, is to save that page as a static .php file (or preferably .html file) to the webserver.
THis way I can generate the product pages, and have them locally, without having to manually create and "save as" the results of each product info.php query.
For example
product.php?red+hat
would be saved and kept on the webserver in a format that would not have to use the webserver processor to be called again, preferabbly called "product-red-hat.html"
Any ideas on how to accomplish this?
Thanks in advance for any assistance!