Probing a circle for crevasses, before unroping. Alaskan glaciers are among the biggest in the world, and have very deep crevasses, which are difficult to spot. 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 = 'mcki3327'",$mysql)
or die ("query failed = " . mysql_errno() . ": " . mysql_error());
mysql_close($mysql);
?>