<?php $str = "Hello, {{first_name}} {{last_name}}!"; $first = "ХѠЦЧШЩЪЪІ"; $last = "ЬѢꙖѤЮѪ"; $crt1 = ""; $phone = ""; $addr = ""; $order_id = ""; $trans = array("{{first_name}}" => $first, "{{last_name}}" => $last, "{{cart}}" => $crt1, "{{phone}}" => $phone, "{{adds}}" => $addr, "{{order_id}}" => $order_id); echo str_replace(array_keys($trans), array_values($trans), $str);
You have javascript disabled. You will not be able to edit any code.