//function to truncate text and show read more link
function truncate($mytext,$link,$var,$id) {
//Number of characters to show
$chars = 900;
$mytext = substr($mytext,0,$chars);
$mytext = substr($mytext,0,strrpos($mytext, ));
$mytext = $mytext."
[المزيد...]";
return $mytext;
}
function truncate($mytext,$link,$var,$id) {
//Number of characters to show
$chars = 900;
$mytext = substr($mytext,0,$chars);
$mytext = substr($mytext,0,strrpos($mytext, ));
$mytext = $mytext."
[المزيد...]";
return $mytext;
}
:shiny01:
الأستدعاء
رمز PHP: