Tag Archives: magic_quotes_gpc

Escape from Magic Quotes for Non-Frameworks Programmers

Here is a quick thing to help you fetch clean data from GET POST COOKIE and REQUEST input variables. Of course, you need to rely on something like mysql_real_escape_string before writing this into a database. But a common function like … Continue reading

Posted in PHP | Tagged , , | Leave a comment