Dear CyberSpatium,
I've create/install manually php/mySQL on another workstaion running IIS5.0.
Manage to install everything and test the phpinfo() beautifully.
Am wondering.... how do I test an *.asp file? I have a simple code for VBscript of such :
<%
response.write(FormatDateTime(date(),vbgeneraldate))
response.write("<br />"
response.write(FormatDateTime(date(),vblongdate))
response.write("<br />"
response.write(FormatDateTime(date(),vbshortdate))
response.write("<br />"
response.write(FormatDateTime(now(),vblongtime))
response.write("<br />"
response.write(FormatDateTime(now(),vbshorttime))
%>
<p>
Syntax for FormatDateTime: FormatDateTime(date,namedformat).
</p>
and save it as date.asp
but cannot access it. Does this have to do with the port?