A strange question about external variables called by PHP functions

Source: Internet
Author: User
PHPcode $ classfield & quot; fadsdasf & quot; functionecho_blocka () {global $ classfield; echo $ classfield;} echo_blocka (); this can be normally output on a single page, but it does not output anything on the other page. it is a strange problem that PHP functions call external variables.
PHP code
  $ Classfield = "fadsdasf"; function echo_blocka () {global $ classfield; echo $ classfield;} echo_blocka ();

This can be output normally on a single page.
However, there is no output on the other page, which is depressing. Analyze the cause.

------ Solution --------------------
How can I include another page? Code?
------ Solution --------------------
Discussion

I used the CMS of the empire. this CMS can directly write PHP code on the page,

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.