';
} else if ($droptype == 2){
echo 'drop was a rare material!
';
} else if ($droptype == 3){
echo 'drop was a rune!
';
} else {
echo 'No data was sent!
';
}
# all of the below will go away soon
echo 'The locid variable is set to ' . $locid . '
';
echo 'The amount of gold dropped was ' . $gold . '
';
echo '
Return to data recording page';
?>