I have a constant like define("EMPLOYEE_NAME_ID","employee"); and a variable $code = EMPLOYEE;
now i want to print like below
<?php echo $code.NAME_ID; ?>
But this prints only "EMPLOYEE_NAME_ID" and i want to print "employee". Then how to print this. The all over means is that i want to retriew variables from lang file.