include 'breakframe.php'; ?>
include"header.php"; ?>
$videolink = $video['video'];
$videotitle = $video['title'];
$videodate = $video['date'];
$videoviews = $video['views'];
$videothumb = $video['thumb'];
$vitext = strtolower(str_replace('--', '_', str_replace(' ', '_', preg_replace('/[^\sA-Za-z0-9]+/', '', $videotitle))));
if ($videolink){
$ctext = strtolower(str_replace('--', '_', str_replace(' ', '_', preg_replace('/[^\sA-Za-z0-9]+/', '', $vcat))));
$clicks = $video['views'] + 1;
mysql_query("UPDATE videos SET views = '$clicks' WHERE id = '$id'");
?>
Videos / =$vcat?> / =$videotitle;?>
if($video['banner']){
echo "
|
$previd = $id - 1;
$sqll = mysql_query("SELECT * FROM videos WHERE id='".$previd."'");
while($roww = mysql_fetch_array($sqll)){
$vtext = strtolower(str_replace('--', '_', str_replace(' ', '_', preg_replace('/[^\sA-Za-z0-9]+/', '', $roww['title']))));
if ($previd){
echo " << Previous ";
}
}
?> | Home | Similar |
$nextid = $id + 1;
$sql2 = mysql_query("SELECT * FROM videos WHERE id='".$nextid."'");
while($roww = mysql_fetch_array($sql2)){
$vtext = strtolower(str_replace('--', '_', str_replace(' ', '_', preg_replace('/[^\sA-Za-z0-9]+/', '', $roww['title']))));
if ($nextid){
echo "Next >> ";
}
}
?>
|
![]() ![]() ![]() ![]() |