latest

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]);

}
?>

Alphabetical List of Maps I’ve Posted to My Blog

This an automagically generated list of all of the maps I’ve uploaded to my blog. It is in alphabetical order, based on the name. Right now, there are maps on the blog. Click on the link to view the smaller version or high resolution version map.

“;
}

echo ‘‘.$map[‘title’].’ (‘.substr($map[‘typetitle’],6).’) – PreviewHigh Resolution‘.’
‘;

$prev = substr($map[‘title’],0,1);
}

?>