Ask a question about the include

Source: Internet
Author: User
Ask a question about the include
For example, I have a common.php file that contains
if (extension_loaded (' zlib ')) {Ob_start (' Ob_gzhandler ');}

if (extension_loaded (' zlib ')) {Ob_end_flush ();}
?>

This is a code to open zlib, the first sentence is open, the last sentence is the end, I want to insert him into the index.php, because there are some code in the index.php, how to automatically insert the first sentence to the top of the page, the last sentence inserted into the end of the page, this with the include can be, the specific operation is what, thank you.


------Solution--------------------
Divide two files, put the initialized parts into the header, and the final output into footer.

In the first and last include, respectively.

  • Related Article

    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.