Welcome Guest, Not a member yet? Register   Sign In
Display data securely which come from database
#2

You should still use htmlspecialchars() and similar functions. CodeIgniter do not format, escape or filter the database output for you.

What it does, when using the Query Builder Class, is escaping you queries that insert/update data in the database.
Reply


Messages In This Thread
RE: Display data securely which come from database - by silentium - 04-12-2015, 01:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB