ID:               43780
 User updated by:  ndobei at nickdobie dot com
 Reported By:      ndobei at nickdobie dot com
 Status:           Open
 Bug Type:         Apache2 related
 Operating System: Windows XP Pro
 PHP Version:      5.2.5
 New Comment:

wrong email


Previous Comments:
------------------------------------------------------------------------

[2008-01-07 21:52:12] ndobei at nickdobie dot com

Description:
------------
When I write in php into a file on my computer and run it through my
local server which is Apache 2.2 it show what i coded

Reproduce code:
---------------
<html>
<body>
<?php
   echo "Test";
?>
</body>
</html>

Expected result:
----------------
Test

Actual result:
--------------
<html>
<body>
<?php
echo "Test";
?>
</body>
</html>


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=43780&edit=1

Reply via email to