Home  >  Article  >  Backend Development  >  How to enable short tag support in PHP

How to enable short tag support in PHP
WBOY
WBOYOriginal
2016-07-13 17:14:061232browse

Find php.ini in your php installation directory, open it, and then search for short_open_tag


short_open_tag=Off

was changed to

short_open_tag=On

indicates whether short tags are allowed

Then restart your apache or iis

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/629015.htmlTechArticleFind php.ini in your php installation directory and open it, then search for short_open_tag short_open_tag=Off and change it to short_open_tag=On to indicate whether Allow using short tags and then restart your apache or ii...
Statement:
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