query(" SELECT ID, Question, UserID, Date FROM user_questions WHERE ID = '$ID'"); $Question = $DB->next_record(); View::show_header("Ask the Staff"); ?>

Answer Question