You are in: Gallery > {$row2[‘name’]}

“;

$query = “SELECT id, alb_id, thumb, date FROM cg_images WHERE alb_id={$_GET[‘alb’]} ORDER BY -date;”;
$result = mysql_query($query);

while($row = mysql_fetch_array($result, MYSQL_ASSOC))
{
echo”{$row[“;
}
}
?>