CodeIgniter: is $_POST already clean for db input?
Posted
by Shishant
on Stack Overflow
See other posts from Stack Overflow
or by Shishant
Published on 2010-03-26T17:40:48Z
Indexed on
2010/03/26
17:43 UTC
Read the original article
Hit count: 142
php
|codeigniter
Hello,
This is my first app with CI and I want to know whether $_POST is clean and can I directly insert the data into db?
I have enabled $config['global_xss_filtering'] = TRUE;
Thank You.
© Stack Overflow or respective owner