php - Is there a native CodeIgniter function that does the reverse of $this->db->escape()? -


i looking function reverse of $this->db->escape() original string when still unescaped.

i have tried searching in codeigniter docs. don't think can find one.

i tried finding native php function it( since uses mysql_real_escape_string when using mysql) far closest thing can find stripslashes()

stripslashes unescape string correctly.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -