I use xampp for the q2a .
i get a message that mysql_connet is depracated . so I've tried to replace all the mysql functions to their mysqli versions. in qa-db.php file.
Ive also changed my php.ini to support mysqli ,but still i cant connect to the data base.
i think the problem is in the is_resource function that dont support mysqli objects as resource
how can i fix it?