Hi, as an ex Stackoverflow member I am nervous asking a simple question like this and incurring the wrath of downvoters and those that use their knowledge as a bludgeon to beat down beginners, I am hoping this site is more user friendly
My question :- I understand PDO can interface with more databases, but if I am working only with MySQL / Maria databases are there any particular benefits of PDO over MySQLi with prepared statements, particularly with regards to ease of programming and security.
Many thanks