Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php include "\x2e\56\57\144\141\x74\x61\142\141\163\x65\57\x64\141\164\x61\x62\141\163\..

Decoded Output download

<?php 
include "../database/database.php"; 
require_once "../url_encryption.php"; 
require_once "dompdf/autoload.inc.php"; 
mysqli_set_charset($DBConnection, "utf8"); 
use Dompdf\Dompdf; 
goto WItl_; 
RjcAL: 
$how_to_use_4 = str_replace("'", "`", $how_to_use_4); 
goto ftL3c; 
vH0iu: 
$cart_product_ids = rtrim($comma_sep_product_ids, ","); 
goto d72UK; 
ZCQKB: 
$why_no = str_replace("'", "`", $why_no); 
goto DLlk_; 
ak5ZK: 
if ($doc_consultation_id == '') { 
} else { 
    $timestp = time(); 
    $pdf_name = $doc_consultation_id . "_" . $timestp . ".pdf"; 
    $total_cart_value = (int) $sale_price_1 + (int) $sale_price_2 + (int) $sale_price_3 + (int) $sale_price_4; 
    $comma_sep_product_ids = $product_id_1 . "," . $product_id_2 . "," . $product_id_3 . "," . $product_id_4; 
    $cart_product_ids = rtrim($comma_sep_product_ids, ","); 
    $prescription_link = "https://www.kapiva.app/doctorworkbench/prescriptions/" . $pdf_name; 
    $sql_update_doc_consultation = "UPDATE doc_consultation SET
                                        customer_gender = '{$gender}',\xa                                        customer_dob = '{$age}',\xa                                        customer_bp = '{$bp}',
                                        customer_pulse = '{$pulse}',\xa                                        customer_temp = '{$temp}',\xa                                        customer_concerns = '{$assessment_symptoms}',\xa                                        customer_direction = '{$direction}',\xa                                        consultation_status = '{$consultation_status}',\xa                                        doctor_suggested_theraphy = '{$doc_therapy_name}',
                                        doc_name = '{$doc_name}',
                                        product_name_1 = '{$product_search_1}',\xa                                        product_id_1 = '{$product_id_1}',
                                        how_to_use_1 = '{$how_to_use_1}',\xa                                        product_1_sale_price = '{$product_price_1}',
                                        \xa                                        product_name_2 = '{$product_search_2}',\xa                                        product_id_2 = '{$product_id_2}',\xa                                        how_to_use_2 = '{$how_to_use_2}',
                                        product_2_sale_price = '{$product_price_2}',

                                        product_name_3 = '{$product_search_3}',
                                        product_id_3 = '{$product_id_3}',\xa                                        how_to_use_3 = '{$how_to_use_3}',\xa                                        product_3_sale_price = '{$product_price_3}',\xa\xa                                        product_name_4 = '{$product_search_4}',\xa                                        product_id_4 = '{$product_id_4}',
                                        how_to_use_4 = '{$how_to_use_4}',
                                        product_4_sale_price = '{$product_price_4}',
\xa                                        discount_coupon = '{$coupon_code}',
                                        followup_review_after = '{$followup}',\xa                                        prescription_filename = '{$pdf_name}',\xa                                        cart = '{$total_cart_value}',
                                        cart_link = '{$checkout_link}',
                                        consultation_advice = '{$assessment_advice}',\xa                                        email = '{$customer_email}',
                                        doc_email = '{$doctor_email}',\xa                                        prescription_link = '{$prescription_link}',
                                        consult_start_time = '{$date_added}'
                        WHERE \xa                            doc_consultation_id = '{$doc_consultation_id}'"; 
    if ($DBConnection->query($sql_update_doc_consultation) === TRUE) { 
        $_SESSION["success"] = " Record Successfully Updated"; 
    } else { 
        $_SESSION["error"] = "Something Went Wrong"; 
    } 
    $curl = curl_init(); 
    curl_setopt_array($curl, array(CURLOPT_URL => "https://api.in.webengage.com/v1/accounts/" . $WebEngageServerLicense . "/users", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => "{
                                "userId":"" . $customer_email . "",
                                "email":"" . $customer_email . "",
                                "phone":"" . $customer_mobile . "",
                                "emailOptIn":true,\xa                                "whatsappOptIn":true\xa                            }", CURLOPT_HTTPHEADER => array($WebEngageAuthToken, "Content-Type: application/json", "Accept: application/json"))); 
    $response = curl_exec($curl); 
    $err = curl_error($curl); 
    curl_close($curl); 
    if ($product_id_1 == '') { 
        $product_id_1 = 0; 
    } 
    if ($product_id_2 == '') { 
        $product_id_2 = 0; 
    } 
    if ($product_id_3 == '') { 
        $product_id_3 = 0; 
    } 
    if ($product_id_4 == '') { 
        $product_id_4 = 0; 
    } 
    $str_payload = "{\xa            "userId":"" . $customer_email . "",
            "eventName": "dc_precription_prod_created",\xa            "eventData": {\xa                    "doctor_id":"" . $doc_id . "",
                    "doctor_name":"" . $doc_name . "",\xa                    "doctor_coupon":"" . $coupon_code . "",\xa                    "doctor_email":"" . $doctor_email . "",
                    "customer_name":"" . $customer_name . "",\xa                    "direction":"" . $direction . "",
                    "customer_age":" . $age . ",
                    "customer_email":"" . $customer_email . "",\xa                    "customer_contact":" . $customer_mobile . ",
                    "therapy":"" . $doc_therapy_name . "",
                    "concern":" ",\xa                    "product_1":" . $product_id_1 . ",
                    "product_1_name":"" . $product_search_1 . "",
                    "product_2":" . $product_id_2 . ",
                    "product_2_name":"" . $product_search_2 . "",
                    "product_3":" . $product_id_3 . ",\xa                    "product_3_name":"" . $product_search_3 . "",\xa                    "product_4":" . $product_id_4 . ",\xa                    "product_4_name":"" . $product_search_4 . "",
                    "follow_up":"" . $followup . "",\xa                    "pres_link":"" . $checkout_link . "",\xa                    "file_link":"" . $prescription_link . "",\xa                    "rowIndex":" . $doc_consultation_id . ",\xa                    "total_cart_value":"" . $total_cart_value . "",
                    "checkout_link":"" . $checkout_link . ""\xa        }}"; 
    error_log("GENERATE_PRESCRIPTION_PAYLOAD : " . $str_payload); 
    $curl = curl_init(); 
    curl_setopt_array($curl, array(CURLOPT_URL => "https://api.in.webengage.com/v1/accounts/" . $WebEngageServerLicense . "/events", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => $str_payload, CURLOPT_HTTPHEADER => array($WebEngageAuthToken, "Content-Type: application/json", "Accept: application/json"))); 
    $response = curl_exec($curl); 
    $err = curl_error($curl); 
    curl_close($curl); 
    error_log("GENERATE_PRESCRIPTION : " . $response); 
    $encryption_string = "doc_consultation_id=" . $doc_consultation_id . "&doc_name=" . $doc_name . "&doc_id=" . $doc_id . "&gender=" . $gender . "&email=" . $customer_email . "&cart_link=" . $cart_link . "&pdf_name=" . $pdf_name . "&customer_name=" . $customer_name . "&appointment_date=" . $appointment_date; 
    $success_link = encrypt($encryption_string); 
    $dompdf->loadHtml($html); 
    $dompdf->setPaper("A4", "potrait"); 
    $dompdf->render(); 
    $pdf = $dompdf->output(); 
    $file_location = "prescriptions/" . $pdf_name; 
    $count_content = file_put_contents($file_location, $pdf); 
    if ($count_content > 0) { 
        echo "pdf generated"; 
    } 
    echo "<script>window.location="consultation_complete.php?" . $success_link . "";</script>"; 
} 
goto BrXgY; 
rnBPl: 
$comma_sep_product_ids = $product_and_sku_1 . "," . $product_and_sku_2 . "," . $product_and_sku_3 . "," . $product_and_sku_4; 
goto vH0iu; 
UW_2a: 
if ($product_id_4 == '') { 
    $product_and_sku_4 = $product_id_4; 
} else { 
    $product_and_sku_4 = $product_id_4 . "__" . $product_sku_4; 
} 
goto rnBPl; 
OotAd: 
echo $html; 
goto ak5ZK; 
N8n7_: 
extract($_POST); 
goto zpaqE; 
VPyg1: 
if ($product_id_2 == '') { 
    $product_and_sku_2 = $product_id_2; 
} else { 
    $product_and_sku_2 = $product_id_2 . "__" . $product_sku_2; 
} 
goto e41D5; 
XU9eo: 
$product_and_sku_1 = $product_id_1 . "__" . $product_sku_1; 
goto VPyg1; 
WItl_: 
$dompdf = new Dompdf(); 
goto CgGkr; 
ahZxc: 
$dompdf->setOptions($options); 
goto RzSJf; 
CgGkr: 
$options = $dompdf->getOptions(); 
goto qztA_; 
whNVl: 
$html = "<!DOCTYPE html>\xa<html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Prescription - Kapiva</title><link href="../css/lib/bootstrap/bootstrap.min.css" rel="stylesheet"></head><body ><center>\xa<style>\xa.d-header {width: 100%;text-align: center;background: #c1e3df;padding: 5px;color: #000000;font-weight: 800;}
.symptoms,
.tests,
.advice {display: flex;flex-direction: column;flex: 1;}</style>
<center><table style="width:98%;" border="0">
    <tr><td colspan="2"><h1 style="text-align:center;">" . $doc_name . " [" . $doc_qualification . "]</h1><h3 style="text-align:center; margin-top: -5px;">" . $therapy_name . "</h3><h4 style="text-align:center; margin-top: -5px;">" . $doc_address . "</h3></td></tr>\xa        <tr><td colspan="2"><hr/></td></tr>
        <tr><td colspan="2">&nbsp;&nbsp;&nbsp;<span style="font-size: 3em; color:#a6a6a6">R<sub>x</sub></span></td></tr><tr><td style="width:50%;text-align:left"><p style="margin-top: 15px; color:#000000">Date: " . $consultation_date . "</p><p style="margin-top: -15px; color:#000000">" . $current_date_time . "</p></td><td>Patient Name: <h2>" . $customer_name . "</h2></td><tr></table><table border="0" width="90%"><tr><td style="width:33%;"><h4 class="d-header">Vitals</h4></td><td style="width:33%;"><h4 class="d-header">Screening</h4></td><td style="width:33%;">&nbsp;</td></tr><tr><td> <table border="0" width="100%" ><tr><td style="text-align:center;width:50%"><strong>Age</strong></td><td style="text-align:center;width:50%"><strong>Gender</strong></td></tr><tr><td style="text-align:center">" . $age . "</td><td style="text-align:center">" . $gender . "</td></tr></table></td><td> <table border="0" width="100%" ><tr><td style="text-align:center;width:100%"><strong>Therapy</strong></td></tr><tr><td style="text-align:center">" . $doc_therapy_name . "</td></tr></table></td><td>" . $text_to_show . "</td></tr><tr><td> <table border="0" width="100%" ><tr><td style="text-align:center;width:33%"><strong>Temp</strong></td><td style="text-align:center;width:33%"><strong>BP</strong></td><td style="text-align:center;width:33%"><strong>Pulse</strong></td></tr><tr><td style="text-align:center">" . $temp . "</td><td style="text-align:center">" . $bp . "</td><td style="text-align:center">" . $pulse . "</td></tr></table></td><td> <table border="0" width="100%" ><tr><td style="text-align:center;width:50%"><strong>Direction</strong></td><td style="text-align:center;width:50%"><strong>Attended?</strong></td></tr><tr><td style="text-align:center">" . $direction . "</td><td style="text-align:center">" . $user_shownoshow . "</td></tr></table></td><td> &nbsp;</td></tr><tr><td colspan="3"><hr/></td></tr><tr><td colspan="3"><table border="0" width="100%" ><tr><td style="text-align:center;width:5%"><strong>#</strong></td><td style="text-align:center;width:35%"><strong>Product</strong></td><td style="text-align:center;width:60%"><strong>Dosage (How to use)</strong></td></tr><tr><td style="text-align:center">1</td><td style="text-align:center">" . $product_search_1 . "</td><td style="text-align:center"><p style="font-size:9x">" . $how_to_use_1 . "</p></td></tr><tr><td colspan="3" style="text-align:center">&nbsp;</td></tr><tr><td style="text-align:center">2</td><td style="text-align:center">" . $product_search_2 . "</td><td style="text-align:center">" . $how_to_use_2 . "</td></tr><tr><td colspan="3" style="text-align:center">&nbsp;</td></tr><tr><td style="text-align:center">3</td><td style="text-align:center">" . $product_search_3 . "</td><td style="text-align:center">" . $how_to_use_3 . "</td></tr><tr><td colspan="3" style="text-align:center">&nbsp;</td></tr><tr><td style="text-align:center">4</td><td style="text-align:center">" . $product_search_4 . "</td><td style="text-align:center">" . $how_to_use_4 . "</td></tr><tr><td colspan="3" style="text-align:center">&nbsp;</td></tr></table></td></tr><tr><td colspan="3"><h4 class="d-header">Advice</h4></td></tr><tr><td colspan="3">" . $assessment_advice . "</td></tr><tr><td colspan="3">&nbsp;</td></tr><tr><td colspan="3"><h4 class="d-header">Follow up</h4></td></tr><tr><td colspan="3">" . $followup . "</td></tr>
        <tr><td colspan="3">&nbsp;</td></tr>\xa        <tr><td colspan="3">You can use my discount coupon code <strong>" . $coupon_code . "</strong> and get 10% off on minimum cart value of Rs. 1499/-. This  coupon is one time use coupon only. For Kapiva Products only.</td></tr>\xa        </table></center><body></html>"; 
goto OotAd; 
PgGsY: 
$how_to_use_1 = str_replace("'", "`", $how_to_use_1); 
goto qgWcy; 
d72UK: 
$checkout_link = "https://www.kapiva.in/checkout-custom/?atc=" . $cart_product_ids . "&coupon=" . $coupon_code . "&utm_medium=" . $doc_name . "&utm_source=dc-wb"; 
goto YZy4b; 
e41D5: 
if ($product_id_3 == '') { 
    $product_and_sku_3 = $product_id_3; 
} else { 
    $product_and_sku_3 = $product_id_3 . "__" . $product_sku_3; 
} 
goto UW_2a; 
DLlk_: 
if ($user_shownoshow == "attended") { 
    $consultation_status = 1; 
    $text_to_show = "<table border="0" width="100%" ><tr><td style="text-align:center;width:100%"><strong>Symptoms</strong></td></tr><tr><td style="text-align:center">" . $assessment_symptoms . "</td></tr></table>"; 
} else { 
    if ($user_shownoshow == "notattended" || $user_shownoshow == "notinterested") { 
        $consultation_status = 2; 
        $text_to_show = "<table border="0" width="100%" ><tr><td style="text-align:center;width:100%"><strong>NO Show</strong></td></tr><tr><td style="text-align:center">" . $why_no . "</td></tr></table>"; 
    } 
} 
goto S38Hc; 
YZy4b: 
error_log($checkout_link); 
goto whNVl; 
qgWcy: 
$how_to_use_2 = str_replace("'", "`", $how_to_use_2); 
goto VLYeO; 
Igah0: 
$date_added = date("Y-m-d H:i:s"); 
goto N8n7_; 
S38Hc: 
$doc_therapy_arr = explode("@@@", $doc_therapy); 
goto O_9Wt; 
O_9Wt: 
$doc_therapy_code = $doc_therapy_arr[0]; 
goto OB6Sv; 
ftL3c: 
$assessment_advice = str_replace("'", "`", $assessment_advice); 
goto XU9eo; 
RzSJf: 
$dompdf = new Dompdf($options); 
goto Igah0; 
VLYeO: 
$how_to_use_3 = str_replace("'", "`", $how_to_use_3); 
goto RjcAL; 
qztA_: 
$options->set(array("isRemoteEnabled" => true)); 
goto ahZxc; 
zpaqE: 
$assessment_symptoms = str_replace("'", "`", $assessment_symptoms); 
goto ZCQKB; 
OB6Sv: 
$doc_therapy_name = $doc_therapy_arr[1]; 
goto PgGsY; 
BrXgY: ?>

Did this file decode correctly?

Original Code

<?php
include "\x2e\56\57\144\141\x74\x61\142\141\163\x65\57\x64\141\164\x61\x62\141\163\x65\x2e\x70\x68\160";
require_once "\x2e\56\57\165\162\154\x5f\x65\x6e\x63\x72\x79\160\x74\x69\157\x6e\56\x70\x68\160";
require_once "\144\157\155\x70\144\x66\57\x61\165\164\x6f\154\x6f\x61\144\56\151\156\143\x2e\x70\150\160";
mysqli_set_charset($DBConnection, "\165\164\146\x38");
use Dompdf\Dompdf;
goto WItl_;
RjcAL:
$how_to_use_4 = str_replace("\47", "\x60", $how_to_use_4);
goto ftL3c;
vH0iu:
$cart_product_ids = rtrim($comma_sep_product_ids, "\x2c");
goto d72UK;
ZCQKB:
$why_no = str_replace("\x27", "\140", $why_no);
goto DLlk_;
ak5ZK:
if ($doc_consultation_id == '') {
} else {
    $timestp = time();
    $pdf_name = $doc_consultation_id . "\137" . $timestp . "\56\x70\144\x66";
    $total_cart_value = (int) $sale_price_1 + (int) $sale_price_2 + (int) $sale_price_3 + (int) $sale_price_4;
    $comma_sep_product_ids = $product_id_1 . "\x2c" . $product_id_2 . "\x2c" . $product_id_3 . "\54" . $product_id_4;
    $cart_product_ids = rtrim($comma_sep_product_ids, "\x2c");
    $prescription_link = "\150\164\164\x70\163\x3a\x2f\x2f\x77\x77\167\x2e\x6b\141\160\x69\166\x61\56\141\160\x70\57\x64\157\143\x74\x6f\162\x77\x6f\162\153\x62\145\x6e\x63\x68\x2f\160\x72\145\x73\x63\162\x69\160\x74\151\157\156\x73\x2f" . $pdf_name;
    $sql_update_doc_consultation = "\x55\120\104\x41\x54\x45\x20\x64\x6f\x63\x5f\143\x6f\156\x73\x75\x6c\164\x61\164\151\157\156\40\x53\105\124\12\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\143\x75\163\x74\x6f\x6d\145\x72\x5f\147\145\x6e\x64\145\x72\x20\75\x20\x27{$gender}\x27\x2c\xa\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\143\165\163\x74\x6f\155\145\x72\x5f\x64\157\142\40\75\x20\x27{$age}\x27\x2c\xa\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x63\x75\x73\164\x6f\155\x65\x72\137\x62\x70\40\75\x20\47{$bp}\47\54\12\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x63\x75\x73\x74\x6f\x6d\x65\162\x5f\x70\x75\x6c\x73\145\x20\x3d\x20\47{$pulse}\x27\54\xa\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\143\165\x73\164\x6f\x6d\145\x72\x5f\164\x65\x6d\x70\40\x3d\40\47{$temp}\x27\54\xa\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x63\x75\163\x74\x6f\x6d\x65\x72\137\x63\x6f\156\143\145\x72\x6e\163\x20\75\x20\x27{$assessment_symptoms}\47\x2c\xa\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x63\x75\x73\164\157\x6d\145\x72\137\x64\x69\x72\145\x63\164\151\x6f\156\x20\x3d\40\47{$direction}\x27\x2c\xa\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\143\x6f\156\163\165\x6c\164\x61\164\151\x6f\156\x5f\163\x74\141\x74\x75\163\x20\x3d\x20\47{$consultation_status}\x27\54\xa\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x64\x6f\143\164\x6f\162\137\163\x75\147\x67\145\163\x74\x65\x64\x5f\x74\150\145\162\x61\160\150\x79\x20\75\40\47{$doc_therapy_name}\x27\x2c\12\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\144\x6f\143\x5f\x6e\x61\155\x65\x20\x3d\x20\47{$doc_name}\47\54\12\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x70\162\x6f\x64\x75\x63\164\137\x6e\x61\155\x65\137\x31\40\75\40\x27{$product_search_1}\x27\x2c\xa\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\160\162\157\x64\x75\x63\164\137\x69\x64\137\61\x20\x3d\x20\x27{$product_id_1}\47\x2c\12\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\150\x6f\167\137\164\x6f\137\x75\163\145\x5f\61\40\75\x20\x27{$how_to_use_1}\x27\x2c\xa\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\160\162\157\144\x75\x63\x74\x5f\x31\137\163\141\154\145\137\160\162\151\x63\145\x20\x3d\x20\47{$product_price_1}\x27\x2c\12\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\xa\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\160\x72\157\x64\x75\143\164\x5f\156\x61\155\x65\137\x32\40\75\40\47{$product_search_2}\47\x2c\xa\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\160\x72\x6f\x64\165\x63\164\x5f\x69\x64\x5f\62\x20\75\x20\47{$product_id_2}\x27\x2c\xa\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\150\x6f\167\137\x74\x6f\137\x75\163\145\137\62\40\75\40\47{$how_to_use_2}\x27\54\12\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x70\162\157\x64\165\x63\x74\137\x32\x5f\163\x61\154\x65\x5f\160\x72\151\143\x65\40\75\40\x27{$product_price_2}\x27\x2c\12\12\x20\40\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\160\162\157\x64\165\143\164\x5f\156\141\155\145\137\63\40\75\40\47{$product_search_3}\x27\54\12\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\160\x72\x6f\x64\165\x63\164\x5f\x69\144\137\63\x20\75\40\x27{$product_id_3}\47\54\xa\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\150\x6f\167\137\164\x6f\x5f\x75\163\x65\137\63\40\75\40\47{$how_to_use_3}\x27\x2c\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\160\x72\x6f\x64\165\143\164\x5f\x33\x5f\163\x61\x6c\x65\x5f\x70\162\x69\x63\145\40\x3d\40\x27{$product_price_3}\x27\x2c\xa\xa\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\160\162\x6f\144\x75\x63\x74\137\x6e\141\155\145\x5f\x34\x20\75\x20\47{$product_search_4}\x27\x2c\xa\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x70\162\x6f\x64\x75\143\164\x5f\151\x64\x5f\x34\40\75\x20\x27{$product_id_4}\47\x2c\12\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\40\150\157\x77\x5f\x74\157\x5f\x75\163\145\137\x34\40\75\40\47{$how_to_use_4}\x27\54\12\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x70\162\x6f\x64\x75\x63\x74\137\64\x5f\x73\x61\154\x65\137\x70\162\151\143\145\40\x3d\40\x27{$product_price_4}\47\x2c\12\xa\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\144\x69\163\143\157\x75\x6e\x74\137\x63\x6f\165\x70\157\156\40\75\40\x27{$coupon_code}\x27\x2c\12\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x66\157\154\x6c\157\x77\x75\x70\137\162\145\x76\x69\x65\x77\x5f\x61\x66\x74\145\x72\40\x3d\40\47{$followup}\x27\54\xa\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x70\162\x65\163\143\x72\151\x70\164\151\x6f\x6e\x5f\146\x69\154\145\x6e\141\x6d\145\x20\75\x20\47{$pdf_name}\47\54\xa\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\143\141\x72\164\40\75\x20\x27{$total_cart_value}\x27\54\12\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\143\141\162\164\x5f\154\x69\156\153\40\x3d\40\x27{$checkout_link}\47\54\12\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x63\157\x6e\163\x75\x6c\x74\141\x74\x69\157\x6e\x5f\141\144\166\x69\x63\x65\40\75\40\x27{$assessment_advice}\x27\54\xa\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x65\x6d\x61\151\154\40\x3d\x20\x27{$customer_email}\x27\x2c\12\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\144\x6f\143\137\145\x6d\x61\151\x6c\40\75\x20\x27{$doctor_email}\x27\x2c\xa\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\160\162\145\163\143\162\151\x70\x74\151\157\x6e\x5f\154\x69\156\153\x20\x3d\x20\47{$prescription_link}\47\54\12\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\143\157\x6e\x73\165\x6c\x74\137\163\164\141\162\x74\x5f\x74\151\x6d\x65\40\75\x20\x27{$date_added}\x27\12\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\127\x48\105\x52\105\40\xa\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\144\157\x63\x5f\x63\x6f\x6e\x73\x75\x6c\x74\x61\164\x69\x6f\156\137\151\144\x20\75\40\47{$doc_consultation_id}\47";
    if ($DBConnection->query($sql_update_doc_consultation) === TRUE) {
        $_SESSION["\163\x75\143\143\145\163\163"] = "\x20\x52\x65\143\157\162\x64\40\123\x75\x63\143\145\x73\163\146\x75\x6c\x6c\x79\x20\x55\160\x64\141\x74\145\x64";
    } else {
        $_SESSION["\x65\162\x72\x6f\x72"] = "\123\x6f\x6d\x65\x74\150\151\x6e\147\40\x57\145\156\x74\x20\127\162\157\x6e\x67";
    }
    $curl = curl_init();
    curl_setopt_array($curl, array(CURLOPT_URL => "\150\x74\x74\160\163\72\x2f\57\x61\160\151\x2e\x69\156\56\x77\x65\x62\x65\156\147\141\x67\x65\56\143\157\x6d\57\166\61\57\141\143\x63\157\x75\156\164\163\x2f" . $WebEngageServerLicense . "\57\x75\163\x65\162\163", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "\120\117\x53\124", CURLOPT_POSTFIELDS => "\173\12\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x22\x75\x73\x65\x72\111\x64\x22\x3a\x22" . $customer_email . "\x22\x2c\12\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x22\145\x6d\x61\x69\154\42\72\42" . $customer_email . "\42\x2c\12\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x22\160\150\x6f\x6e\x65\x22\72\42" . $customer_mobile . "\x22\54\12\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\42\145\x6d\x61\151\x6c\117\160\x74\x49\x6e\42\72\x74\162\165\x65\x2c\xa\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x22\x77\x68\141\x74\x73\141\160\160\117\160\x74\x49\x6e\42\x3a\164\x72\165\x65\xa\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x7d", CURLOPT_HTTPHEADER => array($WebEngageAuthToken, "\103\x6f\x6e\x74\x65\156\x74\55\124\x79\x70\145\72\x20\141\160\x70\x6c\x69\143\x61\x74\x69\157\156\57\x6a\x73\x6f\x6e", "\x41\143\143\145\x70\164\x3a\x20\x61\x70\160\x6c\151\x63\141\164\x69\157\156\x2f\x6a\x73\157\x6e")));
    $response = curl_exec($curl);
    $err = curl_error($curl);
    curl_close($curl);
    if ($product_id_1 == '') {
        $product_id_1 = 0;
    }
    if ($product_id_2 == '') {
        $product_id_2 = 0;
    }
    if ($product_id_3 == '') {
        $product_id_3 = 0;
    }
    if ($product_id_4 == '') {
        $product_id_4 = 0;
    }
    $str_payload = "\x7b\xa\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x22\x75\163\145\x72\111\x64\42\72\x22" . $customer_email . "\42\x2c\12\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x22\x65\x76\x65\x6e\x74\116\x61\155\145\x22\72\40\x22\x64\143\137\x70\x72\x65\x63\x72\x69\x70\164\x69\x6f\156\137\160\x72\x6f\x64\137\143\x72\145\141\164\x65\x64\x22\54\xa\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x22\x65\x76\x65\156\164\x44\141\x74\x61\x22\72\40\173\xa\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\42\144\157\x63\x74\x6f\x72\137\x69\144\x22\x3a\42" . $doc_id . "\x22\54\12\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x22\144\x6f\x63\x74\x6f\162\137\156\141\x6d\x65\42\x3a\x22" . $doc_name . "\x22\54\xa\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x22\x64\157\x63\164\157\162\x5f\x63\157\x75\160\x6f\x6e\42\72\42" . $coupon_code . "\x22\54\xa\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x22\144\157\143\164\x6f\x72\x5f\145\155\141\x69\154\x22\x3a\42" . $doctor_email . "\42\x2c\12\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x22\x63\x75\x73\x74\x6f\x6d\x65\x72\137\156\x61\155\145\42\72\x22" . $customer_name . "\42\x2c\xa\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\42\x64\151\162\x65\143\x74\x69\157\x6e\42\x3a\x22" . $direction . "\42\x2c\12\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\42\x63\165\x73\x74\x6f\x6d\145\x72\x5f\x61\147\x65\x22\72" . $age . "\54\12\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x22\143\x75\x73\x74\x6f\155\x65\x72\137\145\155\x61\151\x6c\x22\72\x22" . $customer_email . "\x22\54\xa\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\42\x63\165\x73\164\157\155\x65\162\137\143\157\156\164\141\x63\x74\42\x3a" . $customer_mobile . "\x2c\12\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x22\x74\150\145\x72\141\x70\171\42\72\x22" . $doc_therapy_name . "\x22\x2c\12\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\40\40\42\x63\x6f\x6e\x63\x65\162\x6e\42\72\42\40\42\54\xa\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x22\x70\162\x6f\x64\x75\143\x74\x5f\61\42\x3a" . $product_id_1 . "\x2c\12\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x22\x70\x72\157\x64\x75\x63\x74\137\x31\x5f\x6e\x61\155\145\x22\x3a\x22" . $product_search_1 . "\42\x2c\12\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x22\x70\x72\157\x64\165\143\x74\137\x32\42\x3a" . $product_id_2 . "\54\12\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\42\x70\x72\157\144\165\x63\164\137\62\137\156\x61\x6d\145\x22\72\x22" . $product_search_2 . "\x22\54\12\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x22\160\162\157\x64\165\143\x74\137\63\x22\x3a" . $product_id_3 . "\54\xa\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\42\160\162\x6f\144\x75\x63\164\137\63\137\x6e\x61\155\145\x22\72\x22" . $product_search_3 . "\x22\x2c\xa\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\42\160\x72\157\x64\x75\x63\164\137\x34\42\72" . $product_id_4 . "\54\xa\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\42\160\x72\x6f\x64\165\143\x74\137\x34\137\x6e\x61\155\145\42\72\42" . $product_search_4 . "\42\54\12\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\42\146\x6f\x6c\x6c\157\x77\137\165\160\42\x3a\x22" . $followup . "\42\x2c\xa\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x22\x70\162\145\x73\x5f\x6c\x69\156\153\42\x3a\x22" . $checkout_link . "\42\54\xa\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\42\146\x69\x6c\x65\x5f\x6c\151\156\x6b\x22\x3a\42" . $prescription_link . "\x22\54\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x22\x72\157\x77\x49\x6e\x64\x65\170\x22\x3a" . $doc_consultation_id . "\54\xa\40\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\42\x74\157\x74\x61\154\x5f\143\141\x72\x74\x5f\x76\x61\154\x75\x65\x22\x3a\42" . $total_cart_value . "\42\x2c\12\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\42\x63\x68\145\x63\153\157\165\x74\x5f\154\x69\156\x6b\42\x3a\42" . $checkout_link . "\x22\xa\40\40\40\40\40\40\x20\40\175\x7d";
    error_log("\107\105\116\105\122\x41\x54\x45\x5f\120\122\x45\x53\103\122\111\120\124\111\117\116\x5f\x50\x41\131\114\x4f\x41\104\40\x3a\40" . $str_payload);
    $curl = curl_init();
    curl_setopt_array($curl, array(CURLOPT_URL => "\x68\164\x74\160\163\72\x2f\57\x61\160\x69\x2e\151\156\56\x77\145\142\x65\x6e\x67\141\147\x65\56\143\157\155\x2f\x76\x31\57\x61\143\x63\157\165\156\164\163\x2f" . $WebEngageServerLicense . "\57\x65\166\x65\156\164\x73", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "\x50\117\123\124", CURLOPT_POSTFIELDS => $str_payload, CURLOPT_HTTPHEADER => array($WebEngageAuthToken, "\x43\157\x6e\x74\x65\x6e\x74\x2d\x54\171\x70\145\72\40\141\x70\x70\x6c\x69\x63\x61\164\x69\x6f\156\57\152\163\x6f\156", "\101\143\x63\x65\160\x74\72\x20\x61\x70\160\154\151\143\x61\164\x69\157\x6e\x2f\x6a\x73\x6f\x6e")));
    $response = curl_exec($curl);
    $err = curl_error($curl);
    curl_close($curl);
    error_log("\x47\x45\116\105\x52\x41\124\x45\137\120\122\x45\123\103\122\x49\120\124\111\x4f\x4e\x20\72\40" . $response);
    $encryption_string = "\144\x6f\x63\x5f\x63\157\x6e\163\165\154\164\141\164\x69\x6f\x6e\137\151\144\x3d" . $doc_consultation_id . "\46\x64\x6f\x63\x5f\x6e\x61\x6d\x65\75" . $doc_name . "\46\x64\x6f\143\x5f\x69\144\x3d" . $doc_id . "\x26\x67\x65\156\x64\145\162\75" . $gender . "\x26\145\x6d\141\x69\x6c\x3d" . $customer_email . "\46\x63\x61\x72\x74\x5f\154\x69\x6e\x6b\75" . $cart_link . "\46\160\x64\146\137\x6e\141\x6d\145\x3d" . $pdf_name . "\x26\143\x75\x73\x74\x6f\155\145\x72\x5f\156\141\155\145\75" . $customer_name . "\x26\x61\x70\x70\157\151\x6e\164\155\x65\x6e\x74\137\144\141\164\x65\75" . $appointment_date;
    $success_link = encrypt($encryption_string);
    $dompdf->loadHtml($html);
    $dompdf->setPaper("\101\x34", "\160\x6f\164\162\x61\x69\x74");
    $dompdf->render();
    $pdf = $dompdf->output();
    $file_location = "\x70\162\145\163\x63\162\x69\x70\164\x69\157\x6e\163\x2f" . $pdf_name;
    $count_content = file_put_contents($file_location, $pdf);
    if ($count_content > 0) {
        echo "\160\144\x66\40\x67\145\x6e\x65\162\x61\164\145\144";
    }
    echo "\x3c\163\x63\x72\151\160\164\76\167\x69\156\x64\x6f\167\56\x6c\157\143\x61\x74\x69\x6f\156\x3d\x22\x63\157\x6e\x73\165\x6c\x74\x61\x74\x69\x6f\x6e\137\x63\x6f\x6d\x70\154\145\164\x65\x2e\160\150\x70\77" . $success_link . "\42\73\x3c\x2f\x73\x63\x72\x69\x70\x74\76";
}
goto BrXgY;
rnBPl:
$comma_sep_product_ids = $product_and_sku_1 . "\x2c" . $product_and_sku_2 . "\54" . $product_and_sku_3 . "\x2c" . $product_and_sku_4;
goto vH0iu;
UW_2a:
if ($product_id_4 == '') {
    $product_and_sku_4 = $product_id_4;
} else {
    $product_and_sku_4 = $product_id_4 . "\x5f\x5f" . $product_sku_4;
}
goto rnBPl;
OotAd:
echo $html;
goto ak5ZK;
N8n7_:
extract($_POST);
goto zpaqE;
VPyg1:
if ($product_id_2 == '') {
    $product_and_sku_2 = $product_id_2;
} else {
    $product_and_sku_2 = $product_id_2 . "\x5f\137" . $product_sku_2;
}
goto e41D5;
XU9eo:
$product_and_sku_1 = $product_id_1 . "\x5f\x5f" . $product_sku_1;
goto VPyg1;
WItl_:
$dompdf = new Dompdf();
goto CgGkr;
ahZxc:
$dompdf->setOptions($options);
goto RzSJf;
CgGkr:
$options = $dompdf->getOptions();
goto qztA_;
whNVl:
$html = "\x3c\41\104\x4f\103\x54\131\x50\105\x20\150\x74\155\x6c\x3e\xa\74\150\x74\x6d\154\40\x6c\141\x6e\147\75\x22\145\156\x22\76\74\x68\x65\x61\144\76\x3c\x6d\145\x74\141\40\x63\x68\141\162\x73\145\164\x3d\42\165\x74\x66\x2d\70\42\x3e\74\155\x65\164\x61\40\x68\x74\x74\160\55\145\161\x75\x69\x76\75\42\x58\x2d\125\101\x2d\x43\x6f\x6d\x70\x61\164\151\142\x6c\x65\42\x20\x63\x6f\156\x74\145\x6e\164\75\42\111\105\75\145\x64\147\145\x22\76\x3c\164\x69\164\154\x65\76\x50\162\x65\163\x63\x72\151\160\164\151\157\156\x20\55\40\113\x61\160\151\x76\x61\74\x2f\x74\x69\x74\x6c\x65\x3e\74\x6c\151\156\153\x20\x68\x72\x65\x66\x3d\x22\56\56\x2f\143\x73\x73\x2f\x6c\151\x62\x2f\x62\x6f\x6f\164\x73\164\162\x61\160\x2f\x62\157\x6f\x74\x73\164\x72\x61\x70\56\155\x69\156\56\143\x73\x73\x22\x20\x72\x65\x6c\75\x22\x73\164\171\x6c\145\x73\150\145\145\164\42\76\x3c\57\x68\x65\x61\x64\76\x3c\x62\157\144\x79\x20\76\74\x63\145\x6e\x74\145\162\76\xa\x3c\x73\164\171\154\145\x3e\xa\x2e\144\55\x68\145\141\x64\145\162\x20\173\x77\x69\144\x74\x68\x3a\40\61\x30\60\x25\73\164\145\x78\164\x2d\141\x6c\x69\147\x6e\72\x20\x63\145\156\164\x65\x72\x3b\142\141\143\153\x67\162\x6f\x75\156\144\72\40\43\143\61\x65\x33\x64\146\x3b\x70\x61\144\144\x69\156\x67\x3a\40\65\160\170\73\143\157\154\x6f\x72\x3a\x20\x23\60\60\60\x30\60\60\73\x66\157\x6e\164\x2d\167\x65\x69\147\150\x74\72\40\70\60\60\x3b\x7d\12\56\163\x79\155\160\x74\x6f\x6d\163\54\12\x2e\x74\145\x73\x74\163\54\12\56\x61\144\x76\x69\x63\x65\40\x7b\144\x69\163\160\154\x61\x79\x3a\40\146\154\145\x78\73\x66\x6c\145\x78\55\x64\151\162\x65\x63\164\x69\157\x6e\x3a\x20\143\x6f\154\x75\x6d\x6e\73\146\x6c\145\170\72\x20\61\73\175\74\x2f\163\x74\171\154\x65\76\12\74\143\145\x6e\164\x65\162\x3e\74\x74\x61\142\154\145\40\x73\164\x79\154\145\75\x22\x77\x69\144\164\150\72\71\70\45\x3b\42\40\142\x6f\x72\x64\145\x72\75\x22\60\x22\76\12\40\x20\x20\40\74\x74\162\76\74\x74\144\x20\x63\x6f\154\163\x70\x61\156\75\x22\62\x22\76\x3c\x68\61\40\x73\164\x79\x6c\x65\75\x22\164\x65\x78\164\55\x61\154\x69\147\156\x3a\x63\x65\x6e\x74\145\x72\73\42\76" . $doc_name . "\x20\x5b" . $doc_qualification . "\x5d\74\x2f\150\x31\x3e\74\150\63\x20\x73\164\x79\x6c\145\x3d\x22\164\145\x78\x74\x2d\141\154\x69\147\x6e\x3a\143\x65\x6e\164\145\162\73\40\155\x61\x72\147\151\156\55\164\x6f\x70\72\x20\55\x35\160\170\73\x22\x3e" . $therapy_name . "\x3c\x2f\x68\x33\x3e\74\x68\x34\x20\163\x74\171\154\145\x3d\42\164\145\x78\164\x2d\x61\x6c\x69\x67\x6e\72\143\145\x6e\164\145\x72\x3b\x20\155\x61\x72\147\151\x6e\55\164\157\x70\x3a\40\x2d\65\x70\x78\73\x22\x3e" . $doc_address . "\74\57\150\63\76\74\x2f\164\x64\76\74\x2f\164\162\x3e\xa\40\x20\40\40\x20\x20\40\x20\74\x74\x72\x3e\x3c\x74\144\40\143\x6f\x6c\x73\x70\141\x6e\75\42\62\42\x3e\x3c\x68\162\x2f\76\x3c\57\164\144\x3e\74\x2f\164\x72\x3e\12\40\x20\x20\40\40\x20\40\40\x3c\x74\162\76\74\x74\144\40\143\x6f\154\163\160\141\156\75\42\62\42\76\46\x6e\x62\x73\x70\73\x26\156\142\x73\x70\x3b\x26\x6e\142\163\160\73\x3c\163\160\x61\156\x20\163\x74\171\154\145\75\x22\146\x6f\156\164\x2d\163\151\x7a\x65\72\40\63\x65\155\x3b\x20\x63\157\154\x6f\162\72\x23\141\66\x61\x36\x61\66\42\x3e\122\x3c\163\165\x62\76\x78\74\57\x73\165\x62\x3e\74\57\x73\160\141\x6e\x3e\74\57\164\144\x3e\x3c\57\164\162\x3e\74\164\162\x3e\74\x74\x64\x20\x73\164\x79\x6c\145\x3d\42\x77\151\x64\x74\150\x3a\x35\60\45\73\x74\x65\170\x74\x2d\x61\x6c\x69\147\156\x3a\x6c\145\x66\164\x22\x3e\74\x70\40\x73\x74\171\154\145\75\42\155\141\x72\x67\x69\156\x2d\x74\157\x70\72\x20\61\x35\x70\x78\73\x20\143\157\x6c\157\x72\72\43\x30\x30\60\60\x30\60\42\x3e\104\141\164\145\72\x20" . $consultation_date . "\x3c\x2f\160\x3e\x3c\x70\40\163\x74\x79\154\x65\x3d\42\x6d\141\162\x67\151\156\55\164\157\160\72\x20\55\61\65\x70\x78\73\40\143\157\x6c\157\162\72\x23\60\x30\x30\x30\x30\x30\42\x3e" . $current_date_time . "\x3c\57\x70\x3e\74\57\x74\144\x3e\74\x74\144\76\120\141\x74\x69\145\x6e\164\40\116\141\155\145\72\40\74\150\x32\76" . $customer_name . "\x3c\57\150\x32\x3e\x3c\x2f\164\144\x3e\74\x74\x72\76\74\x2f\164\141\142\x6c\145\76\x3c\164\x61\142\154\145\x20\142\x6f\x72\144\145\162\x3d\x22\x30\x22\x20\167\x69\x64\x74\150\x3d\x22\x39\60\45\x22\76\x3c\164\162\76\x3c\x74\x64\40\x73\164\x79\x6c\145\75\x22\167\x69\144\164\x68\72\x33\x33\x25\x3b\42\76\x3c\150\x34\x20\x63\154\141\x73\163\x3d\x22\x64\55\150\x65\x61\x64\x65\162\42\76\x56\x69\x74\141\154\163\x3c\57\150\64\x3e\74\57\x74\144\76\74\164\144\40\x73\164\171\x6c\x65\75\42\167\151\144\164\150\72\63\63\x25\73\x22\x3e\x3c\150\64\40\x63\154\x61\x73\x73\x3d\42\x64\x2d\150\145\x61\x64\145\x72\42\x3e\123\143\162\x65\145\x6e\151\156\147\x3c\57\150\64\76\x3c\x2f\x74\144\76\x3c\164\144\40\x73\164\171\x6c\x65\75\x22\x77\x69\x64\164\150\72\63\63\45\73\x22\76\46\x6e\x62\x73\x70\73\x3c\x2f\x74\x64\76\x3c\x2f\164\162\76\x3c\164\162\x3e\x3c\164\144\x3e\40\x3c\x74\141\142\x6c\x65\x20\x62\x6f\162\x64\x65\x72\x3d\x22\x30\x22\x20\x77\x69\144\x74\150\75\42\x31\60\x30\45\x22\40\76\x3c\164\x72\x3e\x3c\164\144\x20\x73\164\x79\154\145\x3d\x22\164\145\x78\x74\55\x61\154\151\x67\156\x3a\143\x65\156\x74\145\x72\x3b\x77\x69\x64\164\x68\72\65\60\x25\42\76\74\x73\164\162\157\156\x67\76\101\147\x65\74\x2f\163\164\162\157\156\147\76\x3c\x2f\x74\144\76\x3c\164\x64\40\x73\164\171\154\x65\75\42\x74\x65\170\164\55\141\154\151\147\x6e\72\143\x65\156\x74\x65\162\73\167\151\x64\x74\150\x3a\x35\60\x25\x22\x3e\x3c\x73\x74\162\157\156\x67\x3e\107\145\156\x64\145\162\x3c\57\163\x74\x72\x6f\x6e\x67\76\x3c\x2f\x74\x64\76\74\57\x74\162\76\74\x74\162\76\x3c\x74\x64\x20\163\164\171\154\145\x3d\42\164\145\170\164\55\x61\x6c\x69\x67\x6e\72\x63\x65\156\x74\x65\162\x22\x3e" . $age . "\x3c\x2f\x74\144\x3e\x3c\164\x64\x20\x73\x74\171\x6c\145\75\x22\164\145\x78\164\55\x61\154\x69\147\x6e\x3a\x63\x65\x6e\164\145\x72\42\x3e" . $gender . "\x3c\x2f\x74\144\x3e\74\x2f\x74\x72\x3e\x3c\57\164\141\142\x6c\145\x3e\74\57\164\144\x3e\74\x74\x64\76\x20\74\164\x61\x62\154\x65\x20\142\157\162\144\145\162\x3d\42\60\42\40\x77\x69\x64\164\150\x3d\42\61\x30\60\x25\x22\40\x3e\x3c\164\x72\76\74\x74\144\40\x73\164\171\x6c\145\x3d\x22\x74\x65\x78\x74\x2d\141\x6c\x69\x67\156\x3a\143\145\156\164\x65\162\x3b\167\151\144\164\150\x3a\x31\x30\x30\45\42\76\74\x73\x74\x72\x6f\156\x67\76\x54\150\145\x72\141\x70\171\74\x2f\x73\x74\x72\x6f\156\147\76\x3c\x2f\x74\x64\76\74\x2f\x74\x72\76\74\x74\162\x3e\x3c\164\144\x20\163\164\171\154\145\75\x22\x74\145\170\164\x2d\x61\x6c\151\147\156\x3a\143\x65\156\x74\145\162\42\x3e" . $doc_therapy_name . "\74\57\x74\x64\76\74\57\x74\x72\x3e\74\57\x74\141\x62\154\145\x3e\x3c\x2f\x74\144\76\74\164\144\76" . $text_to_show . "\74\x2f\164\144\76\74\57\164\162\x3e\74\x74\x72\x3e\x3c\x74\x64\x3e\40\74\164\x61\x62\x6c\145\x20\142\157\162\144\x65\x72\x3d\42\60\42\40\x77\x69\x64\x74\x68\x3d\42\61\x30\60\45\42\x20\x3e\74\164\162\x3e\x3c\x74\144\x20\x73\164\x79\x6c\145\x3d\42\164\x65\170\164\55\x61\154\151\147\x6e\x3a\143\x65\156\164\145\x72\73\x77\x69\144\164\x68\x3a\x33\x33\x25\x22\x3e\x3c\163\164\162\157\x6e\147\x3e\124\145\x6d\160\74\57\x73\x74\x72\157\x6e\147\76\74\57\x74\x64\76\x3c\x74\x64\40\163\164\171\154\x65\x3d\x22\x74\x65\x78\164\x2d\141\x6c\151\147\156\x3a\x63\145\x6e\x74\145\x72\73\167\x69\x64\x74\x68\72\x33\63\x25\42\76\74\163\164\162\x6f\156\147\x3e\x42\x50\74\x2f\x73\164\162\157\156\147\76\74\57\164\144\x3e\x3c\x74\x64\x20\163\x74\x79\154\145\75\x22\x74\145\170\x74\x2d\x61\x6c\151\147\156\72\x63\145\156\x74\x65\162\73\167\151\x64\x74\x68\x3a\x33\x33\45\x22\x3e\74\163\164\x72\157\x6e\x67\76\120\165\x6c\163\145\74\57\x73\x74\162\157\156\147\x3e\74\57\164\144\x3e\74\57\164\x72\x3e\74\164\x72\76\74\164\144\40\x73\x74\x79\154\145\x3d\42\164\145\x78\164\x2d\x61\154\151\x67\156\x3a\x63\145\156\164\145\x72\42\x3e" . $temp . "\74\x2f\164\144\x3e\74\x74\144\40\x73\x74\x79\x6c\145\75\x22\164\145\x78\x74\x2d\141\154\151\147\x6e\x3a\x63\x65\x6e\164\145\162\42\76" . $bp . "\74\x2f\x74\144\76\x3c\164\x64\x20\x73\x74\171\x6c\x65\75\x22\164\145\x78\x74\55\x61\x6c\151\x67\156\x3a\x63\145\156\x74\x65\x72\x22\x3e" . $pulse . "\x3c\57\164\x64\76\74\57\164\162\76\74\57\164\141\x62\x6c\145\x3e\74\57\164\x64\76\74\x74\144\x3e\x20\74\164\x61\142\x6c\x65\x20\142\157\162\144\145\x72\x3d\42\60\42\x20\x77\151\144\x74\x68\75\x22\x31\60\x30\45\x22\x20\76\x3c\164\x72\x3e\x3c\x74\x64\40\163\x74\x79\x6c\145\75\42\x74\145\x78\164\x2d\141\x6c\151\x67\156\72\143\x65\156\164\145\162\x3b\x77\x69\x64\164\x68\x3a\65\x30\45\x22\x3e\x3c\163\164\162\x6f\x6e\x67\76\104\151\x72\x65\x63\x74\151\x6f\156\x3c\x2f\163\164\x72\157\x6e\x67\x3e\x3c\x2f\x74\x64\x3e\74\x74\144\40\x73\164\x79\x6c\x65\x3d\x22\x74\x65\170\164\x2d\141\x6c\x69\x67\x6e\x3a\143\x65\x6e\x74\x65\162\73\x77\x69\x64\x74\x68\x3a\65\x30\x25\42\76\x3c\x73\x74\162\157\156\147\x3e\x41\x74\x74\145\156\x64\145\x64\x3f\x3c\x2f\x73\x74\x72\x6f\156\x67\76\x3c\x2f\x74\x64\76\74\x2f\164\162\76\x3c\164\x72\x3e\x3c\x74\x64\40\x73\x74\171\154\145\x3d\42\x74\145\170\164\x2d\141\x6c\x69\147\x6e\x3a\x63\x65\x6e\x74\145\162\42\x3e" . $direction . "\74\57\x74\x64\76\74\164\x64\x20\163\164\171\154\x65\75\42\164\145\170\164\x2d\141\154\151\147\x6e\x3a\143\145\x6e\164\145\162\42\76" . $user_shownoshow . "\74\57\x74\144\76\74\57\164\x72\76\x3c\57\x74\x61\x62\154\x65\x3e\x3c\x2f\x74\x64\76\x3c\x74\144\x3e\40\46\x6e\142\163\160\73\x3c\x2f\x74\x64\76\74\57\164\162\76\x3c\164\x72\x3e\74\164\x64\40\x63\x6f\x6c\163\x70\141\x6e\75\42\x33\x22\x3e\x3c\150\x72\x2f\x3e\x3c\57\164\x64\76\74\x2f\x74\x72\76\x3c\x74\x72\x3e\x3c\164\x64\x20\143\157\x6c\163\x70\x61\156\75\42\63\42\76\74\x74\x61\142\154\145\40\142\x6f\162\144\145\x72\x3d\x22\x30\x22\x20\x77\151\144\164\x68\75\x22\x31\x30\x30\45\x22\x20\76\x3c\x74\162\x3e\74\164\x64\40\163\x74\x79\154\145\x3d\42\x74\x65\170\164\55\x61\154\x69\147\x6e\72\x63\x65\x6e\x74\145\162\x3b\x77\x69\x64\164\x68\x3a\65\45\42\x3e\x3c\x73\164\162\x6f\156\x67\76\43\x3c\57\163\164\162\x6f\x6e\147\x3e\x3c\x2f\164\144\76\74\x74\144\40\x73\x74\x79\x6c\145\75\x22\164\145\x78\164\x2d\x61\154\151\147\x6e\x3a\143\x65\x6e\164\145\162\x3b\167\151\144\x74\150\72\63\x35\45\42\x3e\x3c\163\164\x72\157\x6e\147\x3e\120\162\157\x64\165\143\x74\x3c\x2f\x73\x74\162\x6f\156\x67\76\74\x2f\x74\x64\x3e\74\164\144\x20\x73\x74\171\x6c\x65\x3d\42\164\x65\x78\164\x2d\141\154\151\x67\x6e\72\x63\x65\x6e\x74\145\x72\x3b\167\151\x64\x74\x68\72\x36\60\x25\x22\x3e\74\163\164\162\157\x6e\x67\x3e\x44\157\163\x61\x67\x65\x20\50\110\x6f\x77\x20\x74\x6f\40\x75\163\145\51\74\x2f\x73\x74\162\157\x6e\147\x3e\74\57\x74\x64\76\74\x2f\164\162\76\x3c\164\162\76\x3c\164\x64\x20\163\164\171\154\145\75\42\164\x65\x78\164\55\141\154\151\x67\156\72\143\145\156\x74\x65\162\x22\76\61\74\x2f\x74\144\x3e\74\164\144\x20\x73\x74\171\x6c\145\x3d\42\x74\145\170\164\x2d\141\154\151\x67\x6e\72\x63\x65\x6e\164\x65\x72\x22\76" . $product_search_1 . "\x3c\57\164\144\x3e\x3c\164\x64\40\x73\164\x79\x6c\x65\75\42\x74\x65\170\x74\x2d\x61\154\x69\147\x6e\x3a\143\145\x6e\164\145\x72\42\x3e\x3c\x70\40\163\x74\x79\x6c\145\75\x22\x66\157\x6e\164\x2d\163\151\172\145\72\71\x78\42\x3e" . $how_to_use_1 . "\74\x2f\x70\x3e\x3c\57\164\x64\x3e\74\x2f\164\162\x3e\74\164\162\x3e\74\164\x64\40\143\157\x6c\163\160\x61\156\75\x22\x33\42\40\163\x74\171\154\x65\75\42\164\x65\170\x74\55\x61\x6c\x69\147\x6e\x3a\143\145\x6e\x74\x65\x72\x22\x3e\46\x6e\142\163\x70\x3b\74\x2f\x74\144\x3e\74\57\x74\x72\x3e\x3c\x74\x72\x3e\74\x74\x64\x20\x73\x74\x79\x6c\145\75\x22\164\145\170\x74\x2d\x61\x6c\151\147\x6e\72\x63\x65\x6e\164\x65\162\x22\x3e\62\74\57\x74\x64\76\74\164\144\x20\163\164\x79\154\145\x3d\42\x74\145\170\164\x2d\x61\154\151\147\x6e\72\x63\x65\156\164\145\162\x22\76" . $product_search_2 . "\x3c\x2f\164\144\x3e\x3c\164\144\40\163\x74\x79\x6c\145\75\x22\164\x65\170\x74\x2d\141\154\x69\147\156\72\x63\x65\156\x74\145\162\x22\76" . $how_to_use_2 . "\x3c\x2f\164\144\76\74\57\164\162\76\x3c\x74\x72\x3e\x3c\164\x64\40\x63\x6f\154\x73\x70\141\x6e\75\42\x33\x22\x20\163\x74\x79\154\145\x3d\x22\164\145\x78\164\x2d\141\154\x69\x67\156\72\x63\x65\156\164\145\162\42\x3e\x26\156\142\x73\160\73\x3c\57\x74\144\76\74\x2f\164\162\x3e\74\164\x72\76\x3c\164\144\x20\x73\164\171\154\x65\x3d\42\164\145\170\164\55\x61\x6c\151\147\156\72\143\145\156\164\x65\x72\42\76\63\x3c\x2f\164\x64\x3e\74\x74\x64\x20\163\164\x79\154\145\75\x22\164\x65\170\164\55\141\154\x69\147\x6e\72\143\x65\156\x74\145\162\42\x3e" . $product_search_3 . "\74\x2f\x74\144\76\x3c\164\x64\40\x73\x74\171\x6c\x65\x3d\42\x74\x65\170\x74\55\x61\x6c\x69\147\156\x3a\143\145\156\164\145\162\42\76" . $how_to_use_3 . "\x3c\x2f\164\144\76\x3c\x2f\164\162\76\x3c\x74\x72\76\74\x74\144\x20\x63\157\154\x73\160\141\156\x3d\x22\63\42\40\163\x74\x79\x6c\x65\75\42\x74\x65\x78\x74\x2d\x61\154\x69\147\x6e\72\143\x65\156\164\x65\x72\x22\76\46\156\142\163\x70\x3b\74\x2f\164\144\x3e\74\x2f\164\162\76\x3c\164\x72\76\x3c\164\144\40\x73\164\x79\x6c\x65\x3d\42\x74\145\170\x74\x2d\141\154\151\147\x6e\x3a\x63\x65\156\x74\x65\162\x22\76\64\74\57\164\144\x3e\x3c\x74\144\40\163\x74\171\x6c\x65\x3d\x22\164\x65\x78\164\55\141\x6c\151\x67\x6e\72\x63\x65\156\164\145\162\42\x3e" . $product_search_4 . "\74\57\x74\144\x3e\74\164\x64\x20\x73\164\x79\154\145\x3d\42\164\145\170\x74\x2d\141\154\x69\147\156\x3a\x63\x65\x6e\164\x65\162\42\76" . $how_to_use_4 . "\74\x2f\x74\x64\x3e\x3c\57\164\x72\x3e\74\164\x72\76\74\164\x64\x20\x63\157\x6c\163\x70\141\x6e\x3d\42\x33\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x74\145\170\164\x2d\x61\154\x69\147\156\x3a\143\x65\156\x74\145\x72\42\76\x26\156\142\163\160\x3b\74\57\x74\144\x3e\x3c\x2f\164\162\x3e\x3c\x2f\x74\x61\142\154\x65\76\x3c\x2f\164\x64\76\x3c\57\164\x72\x3e\x3c\164\x72\76\x3c\164\x64\40\x63\157\154\x73\x70\x61\x6e\x3d\42\x33\42\76\x3c\150\x34\40\x63\x6c\x61\x73\x73\x3d\42\x64\x2d\150\145\141\x64\145\x72\42\76\x41\144\x76\x69\x63\145\74\57\150\64\76\x3c\57\x74\x64\x3e\x3c\x2f\x74\x72\76\74\164\162\76\x3c\164\144\x20\x63\157\154\163\160\141\156\x3d\x22\x33\x22\x3e" . $assessment_advice . "\x3c\57\x74\x64\76\x3c\x2f\164\x72\76\74\164\162\x3e\74\x74\144\x20\x63\157\x6c\163\x70\x61\x6e\75\42\63\x22\76\46\156\x62\x73\x70\73\x3c\x2f\164\x64\76\x3c\57\164\x72\x3e\x3c\x74\162\x3e\74\x74\x64\40\x63\157\x6c\x73\x70\141\156\75\42\63\x22\76\x3c\x68\x34\x20\x63\x6c\141\x73\163\75\x22\144\55\x68\145\141\x64\145\162\42\76\x46\x6f\154\x6c\x6f\167\x20\x75\x70\74\57\x68\x34\76\x3c\57\164\144\x3e\74\57\164\162\x3e\x3c\164\162\76\x3c\164\x64\40\143\157\x6c\x73\x70\141\156\x3d\42\x33\42\x3e" . $followup . "\x3c\57\164\144\x3e\74\x2f\164\x72\76\12\x20\x20\x20\x20\40\x20\40\x20\x3c\x74\162\76\x3c\164\x64\x20\143\x6f\154\163\x70\141\156\x3d\x22\x33\x22\x3e\x26\x6e\142\163\160\73\74\x2f\164\x64\76\x3c\57\x74\162\76\xa\x20\x20\40\40\x20\x20\40\x20\x3c\x74\x72\76\x3c\x74\x64\x20\143\157\154\x73\x70\x61\156\x3d\42\63\x22\x3e\x59\x6f\165\x20\143\x61\156\40\x75\x73\145\40\x6d\171\x20\x64\x69\163\x63\x6f\165\156\x74\40\143\157\165\160\x6f\x6e\40\x63\157\144\145\40\74\163\x74\162\x6f\x6e\x67\x3e" . $coupon_code . "\x3c\57\x73\x74\x72\x6f\156\147\76\x20\x61\x6e\144\40\147\145\164\x20\x31\x30\x25\x20\157\x66\146\40\157\156\x20\155\x69\x6e\x69\155\x75\155\x20\143\141\x72\x74\40\x76\141\x6c\x75\x65\x20\157\146\x20\x52\x73\x2e\x20\x31\x34\71\71\x2f\x2d\56\40\124\x68\151\163\40\x20\x63\x6f\165\160\x6f\156\x20\151\x73\40\157\156\x65\x20\x74\x69\x6d\x65\x20\x75\163\145\40\143\x6f\x75\x70\x6f\x6e\40\x6f\x6e\154\171\56\40\x46\x6f\x72\40\x4b\141\x70\x69\x76\x61\x20\120\x72\x6f\x64\165\143\x74\x73\40\x6f\x6e\154\171\56\74\x2f\164\144\76\74\57\164\162\x3e\xa\x20\40\x20\x20\40\x20\x20\x20\74\x2f\164\141\142\x6c\x65\76\74\57\143\145\x6e\164\145\x72\x3e\x3c\x62\x6f\144\171\x3e\x3c\57\150\164\x6d\x6c\76";
goto OotAd;
PgGsY:
$how_to_use_1 = str_replace("\x27", "\140", $how_to_use_1);
goto qgWcy;
d72UK:
$checkout_link = "\x68\164\164\x70\x73\72\57\57\167\x77\167\x2e\x6b\x61\x70\x69\x76\x61\x2e\151\x6e\57\x63\x68\x65\x63\x6b\157\165\164\55\143\x75\163\x74\157\x6d\x2f\x3f\141\164\x63\75" . $cart_product_ids . "\x26\143\157\165\x70\157\156\x3d" . $coupon_code . "\x26\165\x74\155\x5f\x6d\145\x64\x69\165\155\x3d" . $doc_name . "\46\x75\164\x6d\x5f\x73\157\165\x72\143\145\75\144\143\55\167\x62";
goto YZy4b;
e41D5:
if ($product_id_3 == '') {
    $product_and_sku_3 = $product_id_3;
} else {
    $product_and_sku_3 = $product_id_3 . "\x5f\x5f" . $product_sku_3;
}
goto UW_2a;
DLlk_:
if ($user_shownoshow == "\141\164\x74\x65\x6e\x64\x65\x64") {
    $consultation_status = 1;
    $text_to_show = "\x3c\x74\x61\142\154\145\x20\142\157\x72\144\145\x72\75\x22\60\x22\x20\x77\x69\x64\164\150\x3d\x22\x31\x30\60\45\42\40\x3e\74\x74\162\76\x3c\164\x64\40\163\164\171\154\x65\x3d\42\164\145\170\164\55\x61\x6c\x69\x67\x6e\x3a\x63\145\x6e\x74\x65\162\x3b\x77\151\144\x74\x68\72\x31\x30\x30\x25\x22\76\74\163\x74\162\157\x6e\x67\76\123\171\x6d\x70\x74\157\x6d\x73\74\57\163\x74\162\157\x6e\147\x3e\x3c\57\164\x64\x3e\74\57\x74\162\76\x3c\164\x72\76\x3c\164\144\x20\163\164\171\154\145\75\42\x74\x65\170\164\x2d\x61\x6c\x69\147\x6e\72\x63\x65\156\x74\145\162\42\76" . $assessment_symptoms . "\74\x2f\x74\144\x3e\74\x2f\x74\162\76\x3c\x2f\x74\x61\142\x6c\145\76";
} else {
    if ($user_shownoshow == "\x6e\157\x74\141\x74\164\145\x6e\144\x65\x64" || $user_shownoshow == "\156\x6f\164\151\156\x74\x65\x72\x65\x73\164\x65\144") {
        $consultation_status = 2;
        $text_to_show = "\x3c\164\141\x62\x6c\145\40\x62\x6f\x72\144\145\162\75\42\60\42\40\x77\151\144\164\x68\x3d\42\61\x30\x30\x25\x22\40\x3e\x3c\164\x72\76\x3c\164\144\40\x73\164\x79\154\x65\75\42\164\145\170\164\x2d\x61\154\151\147\x6e\x3a\143\145\x6e\164\145\x72\x3b\x77\151\x64\x74\x68\x3a\x31\60\60\45\x22\x3e\x3c\163\164\x72\x6f\156\x67\x3e\116\x4f\40\123\150\x6f\x77\x3c\57\163\164\x72\x6f\156\147\76\74\x2f\x74\x64\x3e\x3c\x2f\164\x72\x3e\x3c\164\x72\76\74\x74\144\40\163\x74\x79\x6c\145\x3d\42\x74\x65\x78\164\x2d\141\154\151\147\x6e\72\143\145\156\164\145\x72\x22\76" . $why_no . "\74\57\164\x64\76\74\x2f\x74\162\x3e\x3c\x2f\x74\x61\142\x6c\145\76";
    }
}
goto S38Hc;
YZy4b:
error_log($checkout_link);
goto whNVl;
qgWcy:
$how_to_use_2 = str_replace("\x27", "\x60", $how_to_use_2);
goto VLYeO;
Igah0:
$date_added = date("\131\x2d\155\55\144\40\x48\x3a\x69\72\x73");
goto N8n7_;
S38Hc:
$doc_therapy_arr = explode("\100\x40\100", $doc_therapy);
goto O_9Wt;
O_9Wt:
$doc_therapy_code = $doc_therapy_arr[0];
goto OB6Sv;
ftL3c:
$assessment_advice = str_replace("\47", "\140", $assessment_advice);
goto XU9eo;
RzSJf:
$dompdf = new Dompdf($options);
goto Igah0;
VLYeO:
$how_to_use_3 = str_replace("\x27", "\140", $how_to_use_3);
goto RjcAL;
qztA_:
$options->set(array("\151\163\122\x65\x6d\157\x74\x65\x45\x6e\x61\x62\154\x65\x64" => true));
goto ahZxc;
zpaqE:
$assessment_symptoms = str_replace("\x27", "\x60", $assessment_symptoms);
goto ZCQKB;
OB6Sv:
$doc_therapy_name = $doc_therapy_arr[1];
goto PgGsY;
BrXgY: ?>

Function Calls

None

Variables

None

Stats

MD5 0c14f40cef5761ef64d5e400db512afa
Eval Count 0
Decode Time 76 ms