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
Linked: How to prevent SQL code injection into my PHP code
– Jéf Bueno
Any technology is safe or insecure as the programmer uses, nothing is safe if the programmer does not understand deeply everything that is happening in his code. @jbueno Go for it :)
– Maniero