Contains code in PHP, containing code with four functions, including include_once require require_once. The main difference between include and require is that if the file does not exist, the require function throws a fatal error, and the include only throws a warning. Include include_once and require require_once, where a suffix of once indicates that the file is not referenced again if the code already contains the file. Embedded PHP in HTML embedded PHP has four ways: XML form, SGML form, ASP form, script form. Where the ASP form is not supported by default, you must modify the Asp_tags to on in the PHP configuration file [PHP.ini]. The four methods sample code are as follows: 123456789101112//XML form //SGML form //ASP Form <% echo ' Hello, world ';%>//Script form
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