How to know when escape is necessary for MySQL

Posted by Lenwood on Stack Overflow See other posts from Stack Overflow or by Lenwood
Published on 2010-04-12T00:33:26Z Indexed on 2010/04/12 0:43 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

I'm in the process of building a site with CodeIgniter. This is the 1st site that I've built myself that interacts with a database. I'm using MySQL for this project. How can I tell if data needs to be escaped before saving it to the database?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about php