/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* used to strip extra slashes if magic quotes is on, works with strings or arrays stripformslashes($variable) */ function stripformslashes($variable) { } return $variable; }