Nýjustu myndböndin
///////////////// LATEST VIDEOS LIST /////////////////////
include('../news/database.inc.php');
$sql="select * from hardkjarni_video where n_showhide=0 order by n_id desc limit 0,20";
$result=@mysql_query($sql,$db);
while ($myrow=mysql_fetch_array($result))
{
$n_id=$myrow["n_id"];
$date=$myrow["n_date"];
$type=$myrow["n_type"];
$video=$myrow["n_video"];
$director=$myrow["n_director"];
$text=$myrow["n_text"];
$logo=$myrow["n_logo"];
$externalvideo=$myrow["n_externalvideo"];
$link=$myrow["n_link"];
$title=$myrow["n_title"];
$showhide=$myrow["n_showhide"];
echo "$title \n";
}
///////////////// LATEST VIDEOS LIST /////////////////////
?>
Enn meira í boði...
include('../news/database.inc.php');
//------------------------
echo "
\n";
//--------------------------
$sql3="select * from hardkjarni_video WHERE MATCH(n_tags) AGAINST ('$svipad') order by n_title desc limit 0,8";
$result=@mysql_query($sql3,$db);
$count=0;
while ($myrow=mysql_fetch_array($result)) {
if ($count % 4 == 0)
{
echo "