home

About Me

Portfolio

Categories

Archive

Links

Comments

Category: Php

Ma che ooo

Per pochi eletti.

	function mosconize($text){
$text=str_replace(".","",$text);
$text=strtolower($text);
return($text);
}