sonbaron adlı üyeden alıntı


$title = "On Harften Fazlasını Kes";
$length = strlen($title);
if($length > 10)
{
$new = substr($title,0,10);
$title = $new."...";
}

echo $title;
?>

Sonuç : On Harften...

Kod doğru çalışıyor.Olması lazım.


doğru kod çalışıyor bakın http://luuki.net/d2.php

ama feed koduna uygulandığında çalışmıyor.

pardon kod çalışıyormuş ben .php dosyasını yanlış dizine atıyormuşum :D teşekkürler.