/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function stripslashes_recursive($array) { return $array; } function addslashes_recursive($array) { return $array; }