include("include/config.php"); include("include/db.php"); $id = mysqli_real_escape_string($link_wd, $_GET["id"]); $blogid = $id; $sql = "select * from housefox_articles where id = ".$blogid; $res = mysqli_query($link_wd, $sql); $row = mysqli_fetch_assoc($res); $aid = $row['id']; $CategoryID = $row['CategoryID']; $CategoryName = $row['CategoryName']; $Subject = $row['Subject']; $Source = $row['Source']; $Imgurl = $row['Imgurl']; $Content = $row['Content']; $Keywords = $row['Keywords']; $Count = $row['Count']; $SEOlink = $row['SEOlink']; $AddDate = $row['AddDate']; $format = 'Y-m-d H:i:s'; $date = DateTime::createFromFormat($format, $AddDate); $AddDate_formatted = $date->format('d F, Y'); $active = $row['active']; ?>
echo $Review; ?>