/ Published in: PHP
Expand |
Embed | Plain Text
/* used to strip extra slashes if magic quotes is on, works with strings or arrays stripformslashes($variable) */ function stripformslashes($variable) { } return $variable; }
You need to login to post a comment.
