Ryoan-ji Temple has on of the most famous Zen gardens in the karesansui (dry landscape) style, a collection of 15 rocks in a sea of raked sand, enclosed by an earthen wall. Kyoto, Japan
$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 = 'japa6259'",$mysql)
or die ("query failed = " . mysql_errno() . ": " . mysql_error());
mysql_close($mysql);
?>