By seeing suggestions throughout the Internet I tried to convert all my queries to mysqli.
But mysqli is not working in my XAMPP. I checked my PHP folder and there i
Goto the directory phpMyAdmin, find there is a file with name config.inc.php, open the file and find a line there as: $cfg['Servers'][$i]['extension'] = 'mysql'; just change mysql to mysqli.
phpMyAdmin
config.inc.php
$cfg['Servers'][$i]['extension'] = 'mysql'
mysql
mysqli