| php, apache, mysql I am trying to install php5, the latest version of apache webserver and the latest version of mysql on a windows xp sp2 laptop. I also want to use Zend dev environment to write my php. I can install php4 and apache 1.3.3 with zend, and everything works fine. the problem is im trying to use functions for mysql that are only available for php5. I tried to upgrade to php5, and when i was using the installer for php, i installed to the php4 directory. When i call phpinfo(); it still shows as php version 4.x.x and i still cant call my functions. I have tried using all the tutorials for apache, mysql, and php, and i find them a bit confusing. I was wondering if anyone had some references to setting all this up for noobz like me |