Welcome Guest, Not a member yet? Register   Sign In
Are there any security issues I need to worry about jquery-ui-autocomplete working with get array enabled
#3

[eluser]edjon2000[/eluser]
Hi InsiteFX thanks for the response

I should probably escape the input using
Code:
$keyword = $this->input->get('term');
instead of
Code:
$keyword = $_GET['term'];

I already have CSRF protection enabled, although I did read elsewhere on this forum that some members were having problems with that I also noticed that a lot of the posted code examples had $AJAX{ ... in the js for the view what was that all about?

Jon


Messages In This Thread
Are there any security issues I need to worry about jquery-ui-autocomplete working with get array enabled - by El Forum - 04-05-2011, 09:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB