Home  >  Article  >  Backend Development  >  PHP test page indexphp phpinfo blank problem

PHP test page indexphp phpinfo blank problem

WBOY
WBOYOriginal
2016-08-08 09:18:562382browse
  • PHP version 5.3.3

  • The original test file index.php, the page is blank.

<code><span><?</span>
        phpinfo();
    <span>?></span></code>
  • After the change, the test file index.php, the page is normal.
<code><span><?php</span>
        phpinfo();
    <span>?></span></code>
  • Summary
    PHP syntax updated, every other line is like a mountain!

Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.

The above introduces the blank problem of PHP test page indexphp phpinfo, including relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

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