prepare("INSERT INTO issue_tracker (reporter, comment) VALUES (:reporter, :issue)"); $stmt->bindParam(":issue", $issue); $stmt->bindParam(":reporter", $reporter); $result = $stmt->execute(); if($stmt){ echo "

Thank You.
Your issue has been submitted and will be reviewed shortly.

Until it is resolved, please bear in mind that there is only one person who maintains this entire site, and he has the same amount of schoolwork as you do.
Thank you for being patient.


Need to submit another?"; }else{ echo "

There was an issue submitting your issue.

I'd tell you to report it, but that doesn't seem to be an option. Instead, please contact Luke Ogburn in person and tell him to fix this.

"; } }else{ echo "

Report Issue

Please explain the issue, and include anything you feel might be useful for me to know

"; } ?>