Static php pages-dynamic pages and static pages

Source: Internet
Author: User
: This article mainly introduces static php pages-dynamic pages and static pages. if you are interested in PHP tutorials, refer to it. Dynamic page:

Pages on which data needs to be dynamically obtained from files or databases;

For example, a page generated by a php file is requested. when a php file is requested, the PHP file goes through three stages of execution, including syntax analysis, compilation, and running.

Therefore, this type of page also belongs to dynamic pages;

Static files:

A page generated by a pure html file. When an html file is requested, the html file runs directly without syntax analysis or compilation.

Therefore, pages of this type belong to static pages;

As described above, loading a static file is certainly faster than loading a dynamic file. This is for sure;

The above introduces static php pages-dynamic pages and static pages, including content, and hope to be helpful to friends who are interested in PHP tutorials.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.