Okay I know this question has been asked multiple times but sadly, I was still unable to fix the problem.
When trying to run this simple script:
<?php
mysql_connect('localhost','root','');
?>
I get the error mentioned in the title.
Info:
-I am using XAMPP
-There is a folder named mysql in my XAMPP folder
-I put this line on my php.ini: extension=php_mysql.dll
and there already was: extension=php_pdo_mysql.dll
-I am using Widnows.
Any help would be greatly appreciated
mysqlAPI is gone as of PHP 7.mysqli("improved") or PHP Data Objects.