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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 + 30 = ?
Subscribe to this entry?

 
 [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: Sat Jun 01 12:01:31 2024 UTC