Quote:
|
Originally Posted by NeverMind
I think he meant creating new HTML files out of php files so they are static and don't need to connect to database and do processing and other php stuff! not allowing HTML files to be preprocessed with php!
doing this wouldn't be easy! you have to store all contents of the page and then save them into a file with fopen(), fwrite() and fclose() !
|
If your correct, how about view source code of the php (not relative, HTTP way, so you will get the html and not the actual php code

) file and write the code to an .html file?