php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14417 php result page not showing but php.ini is perfect
Submitted: 2001-12-11 01:38 UTC Modified: 2001-12-13 07:10 UTC
From: sujan at ebizindia dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.0.6 OS: linux
Private report: No CVE-ID: None
 [2001-12-11 01:38 UTC] sujan at ebizindia dot com
<?php
phpinfo();
?>

saved as index.php

Page is not being show when I type http://domainname.co.in/index.php

Please help me in this regard as soon as possible!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-11 04:15 UTC] cardinal@php.net
It would help to state what is being show instead.  Probably
not a PHP bug, please ask support questions on an appropriate
mailing list.

http://php.net/support.php
 [2001-12-13 07:10 UTC] daniel@php.net
Have a look at the "HTML Source". I bet the whole PHP source will show up. Because all Browsers consider < .. > as HTML tags, PHP code obviously doesn't get displayed. 

Tthis is NOT a PHP bug. please close.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 11:01:34 2024 UTC