Hi,
I have just installed PHP version 5 on my Windows XP machine. It was installed to C:\php. I added the simple page below in C:\Inetpub\
<HTML><HEAD><TITLE>Today's Date</TITLE></HEAD><BODY><P>Today's Date (according to this Web server) is<?php
echo( date("l, F dS Y.") );
?></BODY></HTML>
I have copied php.ini to the c:\windows\
I have amended a line in this file to show the following:
doc_root = C:\Inetpub\
I restarted IIS
however everything but the PHP bit shows. Any ideas what could be wrong please?
Thank you.
I have just installed PHP version 5 on my Windows XP machine. It was installed to C:\php. I added the simple page below in C:\Inetpub\
<HTML><HEAD><TITLE>Today's Date</TITLE></HEAD><BODY><P>Today's Date (according to this Web server) is<?php
echo( date("l, F dS Y.") );
?></BODY></HTML>
I have copied php.ini to the c:\windows\
I have amended a line in this file to show the following:
doc_root = C:\Inetpub\
I restarted IIS
however everything but the PHP bit shows. Any ideas what could be wrong please?
Thank you.