]*>", "", $variable));
}
function imgbor_strip($variable){
return(eregi_replace("]*>", "", $variable));
}
function i_stripf($variable){
return(eregi_replace("]*>", "", $variable));
}
function aname_strip($variable){
return(eregi_replace("]*>", "", $variable));
}
function ahref_strip($variable){
return(eregi_replace("]*>", "", $variable));
}
function aend_strip($variable){
return(eregi_replace("", "", $variable));
}
$printpage = ("$value");
$printpage = imgsrc_strip("$printpage");
$printpage = imgbor_strip("$printpage");
$printpage = aname_strip("$printpage");
$printpage = ahref_strip("$printpage");
$printpage = aend_strip("$printpage");
$printpage = i_stripf("$printpage");
$printpage = str_replace( "", "", $printpage );
$printpage = stripslashes("$printpage");
}
}
?>
