Instead of writing the data tothe output stream, create an algorhythm to generate unique file names (which mean somethig about the data they hold) and then write the data to the file.
gooloo wrote:
I want to publish a web page in html version instead of PHP version cus i dont want my database to get too heavy in loading.
My question is how can i get the codes that have already been compiled(the html codes, not the PHP codes)?
Of course I know I can get/view the compiled codes in the browser using (view the source code).
However, I need to auto generate the codes in a html format, Is there any way to get the compiled codes other than using the browser function (view the source code)?
Any function or variable in PHP can get the compiled codes?