CodeIgniter Forums
How do I change from get_magic_quotes_gpc - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How do I change from get_magic_quotes_gpc (/showthread.php?tid=21074)



How do I change from get_magic_quotes_gpc - El Forum - 07-30-2009

[eluser]InsiteFX[/eluser]
Hi,

I am converting over and old Auth application that I have and to stay up with the time's I would like to replace my functions like this one.

Code:
if ( ! get_magic_quotes_gpc())
{

}

Thank you
InsiteFX