has('people', ['personid' => $VARS['id']])) { $person = $database->get("people", ["firstname", "lastname", "address", "phone1", "email"], ['personid' => $VARS['id']]); } else { header('Location: app.php?page=people&msg=person_doesnt_exist'); die(); } } else { header('Location: app.php?page=people&msg=person_doesnt_exist'); die(); } ?>

get("Delete Person"); ?>

get("Are you sure you want to delete this person?") ?>

get("This action cannot be undone!"); ?>