Advertisement
Sparkster

Untitled

Oct 16th, 2013
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. array_walk_recursive($gpc, function(&$value) {
  2.     $value = stripslashes($value);
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement