i just installed php5 and mysql on iis i try to connect to database in dreamweaver 8 and i get this error "Your PHP server doesn't have the MySQL module loaded or you can't use the mysql_(p)connect functions." help appreciated
I'm also having a similar problem with getting this error: "your php server doesn't have the mysql module loaded or you can't use the mysql_(p)connect functions" while trying to use Dreamweaver 8 running on a workstation to connect to a server on the domain that runs mySQL and php on an IIS server. mySQL is running fine as I'm able to access, create tables, add records through phpMyAdmin. I check the extension=php_mysqli.dll is loaded and file is in the stated ext folder. The only difference is I'm using mysqli rather mysql. Would this make a difference? What else would cause me to receive this error? Any help would be appreciated. Thank you!