is there any thing we can write to keep the right txt to the = sign in
the preg_split. from the following lines
DST-NUMBER-IN=003351287759 6, DST-NUMBER-OUT=98751#33512 877596,
DST-NUMBER-BILL=0033512877 596
i only want 0033512877596, 98751#335128775 96, 0033512877596
the preg_split. from the following lines
DST-NUMBER-IN=003351287759 6, DST-NUMBER-OUT=98751#33512 877596,
DST-NUMBER-BILL=0033512877 596
i only want 0033512877596, 98751#335128775 96, 0033512877596
Comment