Home >Backend Development >PHP Tutorial >PHP test page indexphp phpinfo blank problem
PHP version 5.3.3
The original test file index.php, the page is blank.
<code><span><?</span> phpinfo(); <span>?></span></code>
<code><span><?php</span> phpinfo(); <span>?></span></code>
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.