aşağıdaki fonksiyonu deneyebilirsin;
function url_remizle($url) {
$U = explode(' ',$url);
$W =array();
foreach ($U as $k => $u) {
if (stristr($u,'http') || (count(explode('.',$u)) > 1)) {
unset($U[$k]);
return cleaner( implode(' ',$U));
}
}
return implode(' ',$U);
}
olmadı..
Bu ders Ozan Akman tarafından
http://www.swcode.org adına çekilmiştir. Herhangi bir sorununuz için web sitemizden bizlere ulaşabilirsiniz
bunu fonksiyona sokunca;
Bu ders Ozan Akman tarafından adına çekilmiştir. Herhangi bir sorununuz için web sitemizden bizlere ulaşabilirsiniz
görmek istiyorum hocam