php static includes:
1. Pure static
Pure static refers to the process of using php to generate a pure html file, and then accessing the html file from the front end;
If you subdivide pure static, then you can Divided into "Partial Pure Static" and "All Pure Static";
"All Pure Static" refers to completely static html files;
"Partial Pure Static" means partially dynamic and refers to static files. The middle part of the content is dynamic content (local dynamics are achieved through ajax);
2. Pseudo-static;
Pseudo-static refers to the process of converting the url address of a dynamic page into a url address similar to a static page;
The above introduces the staticization of PHP pages - a detailed introduction to staticization, including aspects of content. I hope it will be helpful to friends who are interested in PHP tutorials.