Help with Php and Mysql running on windows 2k3
I am having a few difficulties getting php to work with mysql. I have been through some of the forums but none of them are offerring enough help. If anyone has an already configured php.ini file I will appreciate.
I have setup php and mysql and I can run a test php doc but the 2 php amd mysql are not linked together.
This is running on IIS and the php is version 5.2... The Mysql is version 5.
Any help is appreciated.
I have setup php and mysql and I can run a test php doc but the 2 php amd mysql are not linked together.
This is running on IIS and the php is version 5.2... The Mysql is version 5.
Any help is appreciated.
Comments
-
dynamik Banned Posts: 12,312 ■■■■■■■■■□Did you uncomment one of these lines?
;extension=php_mysql.dll ;extension=php_mysqli.dll
If I remember right, "i" is for improved and the functions are object-oriented. -
mishy Member Posts: 209 ■■■□□□□□□□I have been through several sites that say you should modify those lines in the php.ini file and remove the semi colons before the statement but when I go to the php.ini file located in start -> all programes ->php5 -> php.ini it looks as if the modification has already been made. I have made several changes that have only made the php unusable and I have had to re-install the php. I could send you the php file and perhaps you can take a look at it.