help!! iss php installment

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
lancet2003
Forum Newbie
Posts: 20
Joined: Sat Aug 09, 2003 11:29 pm

help!! iss php installment

Post by lancet2003 »

Hi:
I am a new beginner to web design, I have been stick for this whole day. Anybody can help me?

1. I run in Win2k professional, I installed IIS today.

2. I downloaded the PHP 4.3.2 installer from this website
http://www.php.net/downloads.php

according to what it says, I think I don’t need to configure the IIS.

3. I wrote my first program example1.php and put it in the C:\Inetpub\wwwroot

<HTML>
<BODY>
The data at the moment is
<?php echo gmdate("M d Y");
?>
</BODY>
</HTML>.


Why there only shows
“The data at the moment is”
It seems that the php code here can not run

Thanks!
Post Reply