$dbhostname = "localhost"; $databaseuser = "tobasco"; $dbname = "tobasco"; $databasepassword = "Uumellmahaye"; $database = mysql_connect($host, $databaseuser, $databasepassword); mysql_select_db($dbname); $result = mysql_query("SELECT * FROM clockwheel", $database) or die("Cannot open the database"); $myrow = mysql_fetch_row($result); $count = $myrow[0]; ++$count; $result = mysql_query("UPDATE clockwheel SET downloads='$count' ", $database) or die("Cannot increment count in database"); ?>
Click here if download doesn't begin in 5 seconds - 3.0 MB
echo ("The Amazing Clock Wheel is currently in use on $count Internet radio stations!"); ?>