20 Newest Maps
This an automagically generated list of recent the maps I’ve uploaded to my blog. Click on map to display a high resolution version of the map for printing and download.
‘;
$sql = “SELECT `photos`.`id`
FROM `photos`, `phototypes`
WHERE `photos`.`typeid` = `phototypes`.`id`
AND `phototypes`.`filename` LIKE ‘maps%’
ORDER BY `photos`.`upload` DESC LIMIT 20”;
$query = mysql_query(“$sql”);
require_once(BLOG_ROOT.’/inc/textparse.php’);
while ($id = mysql_fetch_row($query) ) {
echo fodderPhoto($id[0]);
}
?>