Possible Duplicate:
mysqli or PDO - what are the pros and cons?
I got something working using MySQLi, but I'm reading everywhere that PDO is superior, however, so far, the most important thing is the possibility to connect to other type of databases and not only to MySQL.
Do you know of any other advantage of using PDO over MySQLi ?
Thanks.