0

I have just converted my whole site to MySQLi and optimized the security, but people are now saying "use PDO instead".

Am I messing something? Is MySQLi also going to be deprecated in the future? I'm confused.

Carl
  • 23
  • 6
  • Consider the following, [Usability problems of mysqli compared to PDO](https://phpdelusions.net/usab) – Your Common Sense Feb 29 '16 at 15:25
  • @YourCommonSense Gotcha. So I can continue to use MySQLi? – Carl Feb 29 '16 at 15:28
  • 1
    @carl MySQLi is in no immediate danger of deprecation, and you shouldn't worry about its future, but it has a frustrating API for prepared statements and eliminates the possibility of switching to a different database. – Michael Berkowski Feb 29 '16 at 17:15

0 Answers0