0){ $get_row = mysql_fetch_array($get_news); $pretty_time = pretty_time($get_row[ArtDate],1); $content = $get_row[ArtMsg]; $article_title = $get_row[ArtTitle]; $img_to_show_full = ""; $pictalign_desc = Combo_Box_Desc(array("left", "right"), $get_row[ArtPictA]); if($get_row[ArtPictF] != ""){ $img_to_show_full = ""; }else{ if($get_row[ArtFull] != ""){ $img_to_show_full = ""; } } if($get_row[MbEmail] != ""){ $u_realname = "$get_row[MbName]"; }else{ $u_realname = $get_row[MbName]; } // --- dari bawah!

$article_title - $pretty_time  ($T_POSTBY: $u_realname)
$get_row[ArtLead] $detail = <<$site_title - $get_row[ArtDesc] ($base_url)
$img_to_show_full

$article_title
$get_row[ArtLead]

$content

[$site_title] EOF; $upd_print = mysql_query("UPDATE $article_file SET ArtPrint=ArtPrint+1, ArtDate =ArtDate WHERE ArtID='$ArtID'", $db); }else{ $detail = <<$site_title ($base_url)

$T_NEWS $T_NOEXISTS!

EOF; } $output = << $site_title - $article_title - $get_row[ArtDesc] $detail

$T_RETURN EOF; // //

Managed by WMNews, PHP & MySQL echo $output; } ?>