<?
$db_host = "localhost";
$db_user = "root";
$db_pass = "";
$db_name = "video";

$mysql_connect = @mysql_connect("$db_host","$db_user","$db_pass");
$db_connect = @mysql_select_db("$db_name", $mysql_connect);


$sorgu = "SELECT * FROM tabloadı ORDER By id DESC LIMIT 5";

$sorgulama = mysql_query($sorgu);

if (mysql_num_rows($sorgu)>0){
//kayitlari listele
while ($kayit=mysql_fetch_array($sorgu)){
$id=$kayit["id"];
$title=$kayit["title"];
//yazdıralım
echo "<a href=\"http://www.siteadi.com/video.php?id=$id\">$title</a><br>";
} // while sonu
} else {

?>

eğer php ise böyle bir sayfa işini görür kendine göre editlersen tabiki