Hi ,
how to generate static html page using php/mysql ( without mod_rewrite )
example code ( movabletype - vbulltin - . . . . )
how to work :
when send any data and save in mysql generate any php file . now how to generate static html file when send data , actully we have two file . 1 - php ( read database ) 2 - html ( reduce speed without database ) . html file save with any template in /static/[ID/NAME/DATE/. . . . . ].html , note : when delete or modify any data in database .html file too editable . so for each ID we have any static page ,
example.com/static/news2.html
example.com/static/news3.html
example.com/static/news4.html
example.com/static/news5.html
example.com/static/news6.html
example.com/static/news7.html
........