Forum Moderators: coopster
With my XP Pro, I have installed php5.2 plug in. With my IIS, I have a index.php(display today date) in my c:\Inetpub\wwwroot\, when I open my browser, goto http:\\localhost\index.php, the page didn't show me the date, it only show me the text which is coded with html.
what is the problem? Any ideas? How can I test whether my IIS support php or not (even I have install the plug-in). Where can I get these info from?
TQ.
Read up on Installations of PHP with IIS [us3.php.net] to see if you installed it correctly.
Also, trying a php file with this in it will show you too:
[url=http://us3.php.net/manual/en/function.phpinfo.php]phpinfo[/url]();
Best of luck!