<?php
$id=$_GET['id'];
$sql = mysq_query("select * from video where id='$id'");
$baslik = mysql_result($sql,0,"baslik"); 
echo $baslik;
?>