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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 11:01:31 2024 UTC