Konu: Harf kısıtlaması?
11.08.2014 12:36
$length = strlen($title); if($length > 10) { $new = substr($title,0,10); $title = $new."..."; }