Test my forms for proper query escaping
Posted
by Josh K
on Stack Overflow
See other posts from Stack Overflow
or by Josh K
Published on 2010-05-06T03:48:50Z
Indexed on
2010/05/06
3:58 UTC
Read the original article
Hit count: 230
CodeIgniter claims do sanitize POST variables. I'm also using DataMapper which I believe also does it's own thing. I would like to double check to make sure it's doing what it's supposed to be doing. How can I do this?
© Stack Overflow or respective owner