query(" SELECT Answer FROM staff_answers WHERE QuestionID = '$ID' AND UserID = '$UserID'"); if (!$DB->has_results()) { error("Question not found"); } list($Answer) = $DB->next_record(); View::show_header("Ask the Staff"); ?>

Edit Answer