Fatal error: Call to undefined function mysql_connect() in C:\Users\Administrator\Documents\PHPRunnerProjects\log\output\include\dbconnection.my.mysql.php on line 9
Discover previously forum content
I checked php.ini This content is extension=php_mysql.dll
But this does not solve the problem
I realy hope someone has any idea how to get around this problem.
Probably there´s something I have not done properly.
Thanks !
PHP needs to be set up to use it with MySQL.
To do that please open php.ini file in your C:\Windows directory with a text editor, find the string
;extension=php_mysql.dll
and remove a semicolon from the beginning.
Then find the string beginning with