|
Sep 18
Fatal error: Class 'mysqli' not found |
|
|
If you ever get Fatal error: Class 'mysqli' not found in ...
Try doing the following:
Add a line in to your PHP.ini:
extension=php_mysqli.dll
Note: if you are using IIS you must restart the server with iisreset (if php runs as a module)
|
|
|