include ROOT.'/templates/header.html'; ?>
=$title?>
İlgili Videolar
$query1 = $db->query("SELECT * FROM `data` WHERE `cat_id`='".$result['cat_id']."' ORDER BY rand() DESC LIMIT 3");
while($result1 = $db->fetch($query1))
{
?>
}
?>
include ROOT.'/templates/footer.html'; ?>