Hi! My problem is: PHP installation doesn't even start! I uupacked it to c:\php and when I open php.exe it's only black window (like cmd) and nothing in it. Strange thing is that I can write there. What can be wrong or what I might be missing??
I have: Apache 1.3.31, PHP 4.3.6-Win32 (CGI).
PHP.exe is not an installation file, but rather the windows executable that will allow you to run php scripts from the command console.
If you want an installable distro go to php.net and download the windows installer package instead of the zip package.
Later