`PDO` refers to one of the mechanism available in PHP for accessing databases
0
votes
1answer
351 views
WordPress mysqli and PDO
Does wordpress code base use mysqli or PDO?
I know PDO is superior to mysqli but mysqli is not bad neither. Plus from one of the features of what makes PDO is superior to mysqli ( that is being ...