Welcome Guest, Not a member yet? Register   Sign In
security after enabling query strings
#1

[eluser]learnq[/eluser]
Hi,
I have to enable query_strings for paypal &other;payment getway as they return
through GET.
Now , as I enable query strings CI do not filter the datas by default.
If I take all data like

Code:
$name = $this->input->post('name',TRUE) ;
$name = $this->input->get('name',TRUE) ;
am I safe ? If not, how can I filter the data in better way ?

Thanks.


Messages In This Thread
security after enabling query strings - by El Forum - 01-01-2009, 11:33 AM
security after enabling query strings - by El Forum - 01-01-2009, 01:37 PM
security after enabling query strings - by El Forum - 01-01-2009, 01:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB