Hello,
I am working an a project to build an arcade site with PHP. I am considering using ADOdb Lite or MySqli. Which one is better for performance, speed and security?
Thanks,
Hello,
I am working an a project to build an arcade site with PHP. I am considering using ADOdb Lite or MySqli. Which one is better for performance, speed and security?
Thanks,
mysqli is the MySQL recommended API for interacting with a MySQL database, and in active development. the last version of ADOdb Lite is from 2007-01-12. i would quite clearly choose mysqli.