SQL Injection |
Use the query builder, is super friendly. Check the link posted above
Also, enable global_xss_filtering on your config.php file. Note that this function is deprecated though so try not to depend on it. PHP Code: $config['global_xss_filtering'] = TRUE; In addition, check out the Security class https://codeigniter.com/user_guide/libra...urity.html. |
Messages In This Thread |
SQL Injection - by dmorgan20 - 11-25-2019, 10:46 AM
RE: SQL Injection - by jreklund - 11-25-2019, 11:37 AM
RE: SQL Injection - by HeyDarling - 11-25-2019, 03:48 PM
RE: SQL Injection - by jreklund - 11-26-2019, 12:14 PM
|