prepare("INSERT INTO `user_reports`(`report`, `whenReported`) VALUES(:report, UNIX_TIMESTAMP())"); $report->bindParam(":report", $xml, PDO::PARAM_STR); $report->execute(); }