This question already has an answer here:
Mysql PHP exention unloaded! Error shows in PHP7 How can i solve it?
Version: Windows Server 2012 64-bit
XAMPP Version: 7.0.9
Control Panel Version: 3.2.2
http://i.stack.imgur.com/Z9NQQ.png
</div>
Mysql extension is deprecated use PDO instead or if you want you can also use MySQLI. That script your trying to install is old prob for php4.
You can use this to have mysql pdo. php.ini
extension=pdo.so
extension=pdo_mysql.so