0
good evening, in a script I use added this string to get some information,
<div class="col"><b><?= $this->lang->line('imei');?>:</b> <?=$db['custom_field'];?></div>
and the result is:
{"494d4549":"123456789098765"}
but only intended to present 123456789098765
How can I limit this information? Thank you.
Use
494d4549
key in the array.– rray
Edit the question and a
print_r($db);
and put this information.]– rray