Hello,
I am trying to prevent SQL Injection on Codeigniter. I am reading this link:
https://www.roytuts.com/prevent-sql-injection-in-codeigniter/
I do not understand what is the purpose of Escaping Queries, Query Binding and Active Record.
Thanks in advance.