connect(); if ($AniTV->modify($_POST['id'], $_POST['field'], $_POST['value'])) echo $_POST['value'] . '(Updating...)'; else echo ''; }