Please note that you must have cookies enabled to use this service...
"; echo ""; echo ""; echo ""; echo ""; echo ""; ?>

Please log in as a third party payor.

ID
Password
If you forgot your password, click here.

Third Party Login "; //$_POST['user3id']=$_POST['user3id']; //$user3password=$_POST['user3password']; global $registerCL_script; if(empty($_SESSION['user3id1'])) { if(!empty($_POST['user3id'])) { //session_register("user3id1"); $_SESSION['user3id1']=$_POST['user3id']; // session_register("user3password1"); $_SESSION['user3password1']=$_POST['user3password']; ////////120 session_register("third_co1"); $_SESSION['third_co1']=get_third_co($_POST['user3id'], $_POST['user3password']); $check3fname = auth_user($_POST['user3id'], $_POST['user3password']); if (empty($check3fname)) { unset($_SESSION['user3id1']); unset($_SESSION['user3password1']); unset($_SESSION['third_co1']); echo "Authorization failed. "; echo "You must enter a valid user ID and password combination.
"; echo "Click on the following link to try again.
\n"; echo "Log in!
\n"; echo "If you're not registered with us, click " . "here " ; echo "to register!"; exit; } else { echo "Welcome, "; echo $_SESSION['user3id1']; echo " from "; echo $_SESSION['third_co1']; echo " !
\n" . "Click " . "here " . "to log out.
"; echo "Click " . "here " . "to register a client. "; echo "If your client is already registered, log them in" . " here."; echo "
To update your registration info, click" . " here."; echo "
To change your password, click" . " here."; echo "
To check appointments, click" . " here."; if(!empty($_POST['navProid'])) { echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "

"; }///end of if not empty navProid exit; } } else { login_form(); exit; } } else { echo "Welcome, "; echo $_SESSION['user3id1']; echo " from "; echo $_SESSION['third_co1']; echo " !
\n" . "Click " . "here " . "to log out.
"; echo "Click " . "here " . "to register a client. "; echo "If your client is already registered, log them in" . " here."; echo "
To update your registration info, click" . " here."; echo "
To change your password, click" . " here."; echo "
To check appointments, click" . " here."; if(!empty($_POST['navProid'])) { echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "

"; }///end of if not empty navProid exit; } ?>