Good evening, in a script I use I 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 just wanted to submit 123456789098765
How can I limit this information? Thank you.