I'm completely new at this and am downloading PHP and am confused from the git-go ... What's the difference between "thread safe" and "non thread safe" and VC6 and VC9 files? I have installed IIS, MySQL, and have downloaded and installed the VC9 msi file.
I created a very simple PHP page from the Dreamweaver tutorial that is supposed to display the current time. With my browser I can locate the file but for some reason it doesn't want to serve my page with the correct time displayed.
From the tutorial I read the line:
"In the PHP installation folder, locate the file called libmysql.dll and copy it to the C:\Windows\system32 folder. This file is required so that IIS can work with PHP 5 and MySQL."
I attempted to locate the libmysql.dll file, but it was non-existent, so could not be copied as required. Is that where my problem is? Where do I get this required file?
I'm running,
WinXP
IIS
IIS CGI with extensions installed on the HD
MySQL
Should I run Apache instead of IIS?
Sooo many questions .... ?
What's the difference between VC6 and VC9?
Moderators: egami, macek, gesf
So, I've downloaded the zip file of VC9, unzipped it and don't see any installation executable file? There is also no libmysql.dll file in the list. The install.txt file suggests using the msi file for installation instead of the zip file -- but I still have no libmysql.dll file. Where can I find it?