Is Mysqli safe against SQL Injection?

Asked

Viewed 37 times

0

Well, recently I had to read a security article against SQL Injection, and saw that the same in the article recommended the connection and interaction of the database by PDO and not by mysqli.

I wonder if really mysqli is safe against SQL Injection, and if not what are the solutions to circumvent the situation.

Thank you

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.