07-04-2019, 02:21 PM
BTW, you have an error on this line:
$result['to'] = $tonumbers[$i++];
as $i does not exist
and next time you paste code use the full editor, there is a "code" block button there
$result['to'] = $tonumbers[$i++];
as $i does not exist
and next time you paste code use the full editor, there is a "code" block button there
Joe
TSolucio
TSolucio