View Single Post
  #1 (permalink)  
Old August 9th, 2003, 11:11 PM
lancet2003 lancet2003 is offline
Registered User
 
Join Date: Aug 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can someone help me about iis and Php installment





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!


Thanks!
Reply With Quote