Related Posts:
0){
$cc=1;
while($row2 = mysqli_fetch_assoc($res0)){
$aid = $row2['id'];
$CategoryID = $row2['CategoryID'];
$CategoryName = $row2['CategoryName'];
$Subject = $row2['Subject'];
$Source = $row2['Source'];
$Imgurl = $row2['Imgurl'];
$Content = $row2['Content'];
$Keywords = $row2['Keywords'];
$Count = $row2['Count'];
$SEOlink = $row2['SEOlink'];
$AddDate = $row2['AddDate'];
$format = 'Y-m-d H:i:s';
$date = DateTime::createFromFormat($format, $AddDate);
$AddDate_formatted = $date->format('d F, Y');
$active = $row2['active'];
$Content_short = substr($Subject, 0, 100);
$Content_short .= " ...";
$Content_short_string = '
'.$Content_short."";
?>
Comments
0){ $cc=1; while($row3 = mysqli_fetch_assoc($res1)){ $id = $row3['id']; $aid = $row3['aid']; $name = $row3['name']; $email = $row3['email']; $Review = $row3['Review']; $ReviewDate = $row3['ReviewDate']; $format = 'Y-m-d H:i:s'; $date = DateTime::createFromFormat($format, $ReviewDate); $ReviewDate_formatted = $date->format('d F, Y'); ?>-