Articles
-
$q = mysql_query("select * from $tarticles where status='Yes' order by aid desc");
while ($r=mysql_fetch_assoc($q)) {
?>
- =$r['title']?> } ?>
} else { $dbart=mysql_query("select * from $tarticles where aindex='$ID' and status='Yes'"); $jml1 = mysql_num_rows($dbart); if ($jml1==0) { redir("./articles/",""); } else { $row = mysql_fetch_assoc($dbart); $isi = $row['content']; ?>
=$row['title']?>
=$isi?>
include "./twfincl/footer.php"; ?>