Change Insurer/Payor's email address!

"; echo ""; echo ""; echo ""; } if(!empty($CLthird_co2)) { echo ""; echo ""; echo ""; echo ""; } if(!empty($CLthird_co3)) { echo ""; echo ""; echo ""; echo ""; } if(!empty($CLthird_co4)) { echo ""; echo ""; echo ""; echo ""; } if(!empty($CLthird_co5)) { echo ""; echo ""; echo ""; echo ""; } ?>
Client ID
Insurer/Payor Email address
"; echo $CLthird_co1; echo "
"; echo $CLthird_co2; echo "
"; echo $CLthird_co3; echo "
"; echo $CLthird_co4; echo "
"; echo $CLthird_co5; echo "
Add new insurer Click here.
0) { ?>

, thanks for updating the email addresses!

Failed to update email addresses!"; } echo "
If you want to logout, click here."; } /////////////BODY///// BODY///////// BODY $userCLprov=$_SESSION['userCLprov']; if($userCLprov=="BC"){$clients_db = "clients";} else if(!empty($userCLprov)){ $provExt=strtolower($userCLprov); $clients_db = "clients_" . $provExt; } else {error_message("No client logged in");} switch($_POST['action']) { case "change_3email": update_3email(); break; default: if(empty($_SESSION['userCLid'])) {echo "
No client logged in. If you are a client, log in here ";} else {echo "If you want to logout, click here."; change_3email_form(); echo "
If you wish to update your registration, click " . "here."; echo "
If you want to check available appointments, click "; echo "here."; } break; } echo "";