Home >Backend Development >PHP Tutorial >phpinfo displays nothing, reasons and solutions for not executing_PHP Tutorial

phpinfo displays nothing, reasons and solutions for not executing_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 10:32:342002browse

I just configured the PHP development environment using Later, I switched to the test and found that it was normal. Now I understand, it must be caused by PHP not opening the abbreviation form! Solution:

Please open the php.ini file, find "short_open_tag", comment out the line short_open_tag = Off, and then open ;short_open_tag = On! Remember to restart apache, so

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/755624.htmlTechArticleI just configured the PHP development environment with XAMPP and used one to test whether the environment is normal, but the page is blank after running , nothing, not even an error message, what should I do? Unable to execute...
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