Home > Backend Development > PHP Tutorial > How to mix XML and PHP? _PHP Tutorial

How to mix XML and PHP? _PHP Tutorial

WBOY
Release: 2016-07-20 11:04:00
Original
954 people have browsed it

You must turn off the short tag function in the php3.ini configuration, set short_tags to 0, or use the php3_short_tags configuration in the Apache configuration file. (You can also use it in regions.) You can also enable or disable short tags in a script using the short_tags() function.




www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/445247.htmlTechArticleYou must turn off the short tag function in the php3.ini configuration, set short_tags to 0, or Use php3_short_tags configuration in the Apache configuration file. (You can also use it in zones.) Also...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template