php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43780 I can't get my computer to execute PHP through Apache
Submitted: 2008-01-07 21:52 UTC Modified: 2008-01-07 22:07 UTC
From: ndobei at nickdobie dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.2.5 OS: Windows XP Pro
Private report: No CVE-ID: None
 [2008-01-07 21:52 UTC] 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>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-07 21:53 UTC] ndobei at nickdobie dot com
wrong email
 [2008-01-07 22:07 UTC] derick@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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 06:01:30 2024 UTC