help!!! iis, php installment
Posted: Sat Aug 09, 2003 11:29 pm
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>.
when I run this file
Why there only shows
“The data at the moment is”
It seems that the php code here can not run
Thanks!
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>.
when I run this file
Why there only shows
“The data at the moment is”
It seems that the php code here can not run
Thanks!