| px | top | add code | search | signup | login | help |
function multi_stripslashes($vars){
$array = explode(',', $vars);
for($i=0; $i<count($array); $i++){
$value = trim($array[$i]);
global $$value;
$$value = stripslashes($$value);
}
}
Comments or questions?
PX is running PHP 5.2.11
Thanks to Miranda Productions for hosting and bandwidth.
Use of any code from PX is at your own risk.