Welcome Guest, Not a member yet? Register   Sign In
protect from special characters like "\"
#2

[eluser]elite[/eluser]
Can you post some code - e.g. how are you constructing your queries?

I suspect you're not escaping your queries (which is bad from a security point of view as well as breaking your queries.

The active record class automatically escapes characters:
ellislab.com/codeigniter/user-guide/database/active_record.html

Alternatively you may want to look at escaping queries in the database library:
ellislab.com/codeigniter/user-guide/database/queries.html


Messages In This Thread
protect from special characters like "\" - by El Forum - 07-26-2012, 02:04 AM
protect from special characters like "\" - by El Forum - 07-26-2012, 03:28 AM
protect from special characters like "\" - by El Forum - 07-26-2012, 06:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB