"; } else if(isset($_POST['submit']) && !isset($_POST['ID'])) { print "You must choose a specific story to post to first, Back to main"; } else if($code != $randcode) { print "Your pass code was either not entered at all, or not entered correctly. Hit back to retain your post and try again or go Back to main"; } else { $ID=$_GET['ID']; $d100=rand(1,1000); print "
"; print "
"; print ""; print ""; print "Add Your Take to the Story Here:

"; print "Bard's Name:
"; print "Pass Code: $d100 (You Must Enter Code To Submit, This Proves Your Human.)"; print "
"; print ""; print "

"; print "
"; } ?>