/ Published in: PHP
Fixes MAGIC_QUOTES.
Expand |
Embed | Plain Text
function fix_slashes($arr = "") { return; else else return $arr; }
You need to login to post a comment.
tylerhall on 11/30/-1
2 people have marked this snippet as a favorite
Fixes MAGIC_QUOTES.
function fix_slashes($arr = "") { return; else else return $arr; }
You need to login to post a comment.