I have used instructions from "install" file (from php-4.4.0-Win32.zip), "Wrox - Beginning PHP, Apache, MySQL Web Development - 2004 - (By Laxxuss)" ("Install PHP" and "Installation Configuration of PHP") and they mislead me! But when I found "How to Install and Configure PHP4 to run with Apache on Windows (thesitewizard_com)" and followed the instructions on it PHP codes started to work! So thank you guys, amd sorry for bothering You!
Right now I have a different problem:
I can't get my PHP to connect to MySQL. After this lines
"mysql_connect("localhost", "root", "(my_valid_password)"I get a error message. Do you have any idea how to solve this problem?
P.S.: MySQL works just fine thruogh "MySQL Command Line Client".