The ridge visible on the skyline is the West Rib, which was my planned itinerary. My companions had settled for the West Buttress, so I would do the second part of the climb solo. Denali, Alaska
$mysql= mysql_connect('localhost','qtl1','tgdbtgdb;;') or die('could not connect to mysql');
mysql_select_db('photo', $mysql) or die ('Could not select database');
mysql_query("update image_stats set views = views + 1 where ref = 'mcki3348'",$mysql)
or die ("query failed = " . mysql_errno() . ": " . mysql_error());
mysql_close($mysql);
?>