What is static websites. Is such a website static? If you use Smarty to develop a static webpage. ------ Solution ------------------ simply put, it is an HTML file. No data is directly transferred from the database. ------ Solution ------------------ use PHP to generate static pages. It is more convenient to generate with SMARTY. ------ Solution ---------- What is a static website.
Is such a website static? If you use Smarty to develop a static webpage.
------ Solution --------------------
Simply put, it is an HTML file. No data is directly transferred from the database.
------ Solution --------------------
Use PHP to generate static pages. It is more convenient to generate with SMARTY.
------ Solution --------------------
Discussion
Is such a website static? If you use Smarty to develop a static webpage.
------ Solution --------------------
Let's take a look at this website, which will teach you how to do it: www.study8899.com
------ Solution --------------------
Simply put, you can directly use ob. After running the following code, a static file of 2012.html is automatically generated under the/htmldirectory (the html directory must have the write permission ). In practical applications, you also need to determine whether an html file exists. If an html file exists, you can directly access the html file. if it does not exist, the html file is automatically generated and then accessed.
PHP code