id){ $title = $news->title; $description = $news->description; $description2 = $news->description2; $description3 = $news->description3; $description4 = $news->description4; $description5 = $news->description5; $images = $news->images; $date = $news->date; $thumbnail = $news->thumbnail; } } //redirect to home if id doesnt exist if($title == '') { header('Location: index.php'); } ?>

image as $image) { ?>
<?php echo $title; ?>