Update is_the_information_correct.php
authorPatrick McGuire <insidenothing@gmail.com>
Tue, 12 May 2020 13:12:55 +0000 (09:12 -0400)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 13:12:55 +0000 (09:12 -0400)
is_the_information_correct.php

index f7c1dd4..2ad8b42 100644 (file)
@@ -26,6 +26,8 @@ if ($d['VTRID'] != ''){
   setcookie("pCOUNTY", $COUNTY);
   setcookie("pNAME", "$FIRSTNAME $MIDDLENAME $LASTNAME");
   setcookie("pADDRESS", "$ADDRESS $RESIDENTIALCITY $RESIDENTIALZIP5");
+  setcookie("pADDRESS1", "$ADDRESS");
+  setcookie("pADDRESS2", "$RESIDENTIALCITY MD $RESIDENTIALZIP5");
   setcookie("pVTRID", $VTRID);
 }else{
    header('Location: warning_not_found.php');