$page_title = "Galeri";
$url = 'galeri';
include 'header.php';
if ($cc_resim != '') { ?>
} ?>
$galeri = mysql_query("SELECT resim FROM galeri ORDER BY id DESC") or die(mysql_error());
while ($row = mysql_fetch_assoc($galeri))
{
?>
-
$i++;
}
?>
include 'footer.php' ?>