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

PHP test page indexphp phpinfo blank problem

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-08 09:18:56
Original
2500 people have browsed it
  • PHP version 5.3.3

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

<code><span><?</span>
        phpinfo();
    <span>?></span></code>
Copy after login
  • After the change, the test file index.php, the page is normal.
<code><span><?php</span>
        phpinfo();
    <span>?></span></code>
Copy after login
  • 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.

Related labels:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template