Ver original$texto=$_POST[texto];$texto2=str_replace(" ", "", $texto);$u = array(".com", "net", "www", "http");echo $sinurl = str_replace($u, "", $texto2);