Per pochi eletti.
function mosconize($text){
$text=str_replace(".","",$text);
$text=strtolower($text);
return($text);
}
Cool Stuff
Friends
Per pochi eletti.
function mosconize($text){
$text=str_replace(".","",$text);
$text=strtolower($text);
return($text);
}