require("contacts.php"); unset($_SESSION['current_status']); $id = $_GET['id']; $get_client = " SELECT CONCAT(first_name,' ',last_name) FROM contacts WHERE id = '$id' LIMIT 1"; $company_name = $database->getOne($get_client); ?>