acrors
21st September 2004, 10:54 AM
I've have problem with fedora 2. It doesn't recognise php commands. After starting httpd, i run test.html file:
<html><head><title>My First PHP Script</title></head>
<body>
<h4>Example One</h4>
<p><?php echo "Hello World"; ?></p>
</body>
</html>
and test.php file:
<?php print("Hello World"); ?>
In both cases i don't get "Hello World" text.
Pls. show me how to fix this problem (let php running)
Thank you
<html><head><title>My First PHP Script</title></head>
<body>
<h4>Example One</h4>
<p><?php echo "Hello World"; ?></p>
</body>
</html>
and test.php file:
<?php print("Hello World"); ?>
In both cases i don't get "Hello World" text.
Pls. show me how to fix this problem (let php running)
Thank you