<a href=\"video/".$row['uniq_id']."/".htmluret($row['video_title'])."/\"><img src=\"".$row['yt_thumb']."\" alt=\"".$row['video_title']."\" class=\"imag\" width=\"72\" height=\"53\" align=\"left\" /></a>
        <span class=\"artist_name\">".$row['artist']."</span>
        <a href=\"video/".$row['uniq_id']."/".htmluret($row['video_title'])."/\" class=\"song_name\">".$row['video_title']."</a>
htaccess :

Options +FollowSymlinks
RewriteEngine On
RewriteRule video/([0-9]+)/(.*)/$ video.php?vid=$1          [L]