prepare('DELETE FROM job WHERE id = :id'); $stmt->execute(['id' => $_POST['id']]); header('location: jobs.php'); }