Hi
I've visited a lot of forums regarding getting MySQL5 working with PHP5 in IIS and it seems that with MYSQL5 you need to use mysqli in PHP and that you need to uncomment the extension in php.ini
However I have tried both of these and I still get the error:
Fatal error: Call to undefined function mysqli_connect( )
I was wondering if somebody can help? It's probably something simple I've forgot to do.
Thanks
Alex
I've visited a lot of forums regarding getting MySQL5 working with PHP5 in IIS and it seems that with MYSQL5 you need to use mysqli in PHP and that you need to uncomment the extension in php.ini
However I have tried both of these and I still get the error:
Fatal error: Call to undefined function mysqli_connect( )
I was wondering if somebody can help? It's probably something simple I've forgot to do.
Thanks
Alex
Comment