$page="news"; include "../includes/dbconnection.php"; ?>
|
Call Center International News |
| echo date('M d, Y', strtotime($result['ddate'])); ?> | echo $result['title']; ?>'; $string = $result['full_description']; if (strlen($string) > 375) { // truncate string $stringCut = substr($string, 0, 375); // make sure it ends in a word so assassinate doesn't become ass... $string = substr($stringCut, 0, strrpos($stringCut, ' ')).'... Read More'; } echo $string; ?> |
Coming Soon!
"; } ?>