lovelys Posted June 17, 2007 Share Posted June 17, 2007 I have installed IIS on my winXP and php+mysql server is running well but Im getting problem at database. I can not connect to MySql it says "undefined function" when I use mysql_connect. I checked mannually.... I can create Database and table with myaql command line but when I try to connect it through the browser it gives the above error. please guys help me out. Link to comment https://forums.phpfreaks.com/topic/55936-problem-with-iis/ Share on other sites More sharing options...
Grouchiegrumbles Posted June 22, 2007 Share Posted June 22, 2007 Did you download the php connector and install it? You also have to enable the extension(s). extension=php_mysql.dll extension=php_mysqli.dll Link to comment https://forums.phpfreaks.com/topic/55936-problem-with-iis/#findComment-279879 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.