I just install PHP in my XP.
i've done this:
- unzip the PHP4 into c:\PHP
-copy the php.ini-dist to "Windows" directory and rename it into "php.ini".
-copy the php4ts.dll to "System32" directory.
-start the Internet Information Service in Administrative Tools.
-right click the "Web Sites" in IIS, and select properties. In ISAPI filters Tab and Home directory Tab, i've create a new ".php" file.
and create a path to "c:\PHP\sapi\php4isapi.dll"
-Stop IIS admin service. and start the World Wide Web Publishing Service.
-create "info.php" under "htdocs" folder at my apache.
i've try to run it at http://guni.adsldns.org/info.php
but nothing happens, did i do something wrong?
or i miss something?