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
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:
42 + 34 = ?
Subscribe to this entry?

 
 [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 19 04:01:28 2024 UTC