<?php
include "../../classes/autoload.php";

echo "UPDATE `excluded_file_identifiers` SET `text` = '{$_POST['text']}' WHERE `record_id` = {$_POST['record_id']}";
$db->query("excluded_file_identifiers", "UPDATE `excluded_file_identifiers` SET `text` = '{$_POST['text']}' WHERE `record_id` = {$_POST['record_id']}");

echo "<script>window.location.href='home.php';</script>";