php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26731 i am unable to excute the php code
Submitted: 2003-12-28 08:25 UTC Modified: 2003-12-28 08:35 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: chennamaneni_sheela at yahoo dot com Assigned:
Status: Not a bug Package: Output Control
PHP Version: Irrelevant OS: windows 98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chennamaneni_sheela at yahoo dot com
New email:
PHP Version: OS:

 

 [2003-12-28 08:25 UTC] chennamaneni_sheela at yahoo dot com
Description:
------------
i wrote <html>
         <head>
          <title>hello</title>
</head>
<body>
<p>
<?php
echo"hello world\n"
?>
</p>
</body>
</html>
and saved it as first.php
and excuted in intenet explorer but it is not excuting,WHY?

Expected result:
----------------
Hello world

Actual result:
--------------
its source code from notepad is coming.
nothing is excuting
but file is being saved as first.php.txt

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-28 08:28 UTC] chennamaneni_sheela at yahoo dot com
please send reply as early as posiible
 [2003-12-28 08:35 UTC] helly@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

You need to save it as .php and .php.txt. Read the docs of your system/editor.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Mar 14 09:01:29 2025 UTC