Hi, is it possible for someone to help me apply a mask to my string $payment_info
My skills are low but am good at following instructions. I will post bellow the line with the string.
echo '<tr><td>'.
number_format($request['bits']).' '.$lang['l_337'].
'</td><td>'
.$request['crypto'].' '.strtoupper($request['coin']).
' <i class="fa fa-exclamation-circle fa-fw text-info" data-toggle="tooltip" data-placement="top" title="$'.
number_format($request['amount'], 2).
'"></i></td><td><a href="'.
paymentMethod($request['method'], 1, $request['coin'], $request['payment_info']).
'" target="_blank" data-toggle="tooltip" data-placement="top" title="'.
paymentMethod($request['method']).
'">'.
$request['payment_info'].
'</a></td><td>'.
date('d M Y - H:i', $request['time']).
'</td></tr>';
Thanks in advance, any help will be appreciated.