Hi:
I am a new comer for web design. Here is a question, I am stick in it for this whole day. very frustrated for this poor new guy.
1. I Install the IIS in Win2k
2. I download PHP.4.3.2 from this URL
http://www.php.net/get/php-4.3.2-installer.exe/from/a/mirror
and then I install it.
3. I think I dont need to configurate the IIS Due do the following message along with the software I download
(CGI only, MySQL support built-in, packaged as Windows installer to install and configure PHP, and automatically configure IIS, PWS and Xitami, with manual configuration for other servers. N.B. no external extensions included)
4. when I write my first PHP program
<HTML>
<BODY>
The data at the moment is
<?php echo gmdate("M d Y");
?>
</BODY>
</HTML>
and put it in C:\Inetpub\wwwroot,
why the outcome is just
"The data at the moment is"
WHy the php cod can not work?
Your kind help will be highly highly apprecaited.
sincerely
Lancet