In my config file of my website cms, it decaled this variable
$config['Database']['dbtype'] = 'mysqli';
and on old version
$config['Database']['dbtype'] = 'mysql';
Which should I use? why?
Can you tell me what is the difference between mysqli and mysql? which one is right for you?
thanks...