FALCONSEYE
Programmer
Ok, I just started playing around with PHP. First, I installed Apache 2 (c:/program files/apache software foundation/apache2.2) and installed PHP 5.2.5. (c:/program files/php)
Now, I can hit ../htdocs/index.html which displays
It Works!
When I try to hit test.php, i see nothing. The test.php simply has
Code:
<html>...
<body>
<? print(Date("1 F d, Y")); ?>
</body>
</html>
Did i miss something? Does php and apache need to know of each other's existence?
If somebody can provide a link or tell me what i did wrong, i will appreciate.
thanks
Now, I can hit ../htdocs/index.html which displays
It Works!
When I try to hit test.php, i see nothing. The test.php simply has
Code:
<html>...
<body>
<? print(Date("1 F d, Y")); ?>
</body>
</html>
Did i miss something? Does php and apache need to know of each other's existence?
If somebody can provide a link or tell me what i did wrong, i will appreciate.
thanks