I have the following code:
$pal = "3,5 1401 4145 7854 8454 7458 5152556555 3,5 1401 4145 7854 8454 7458 5152556555 3,5 1401 4145 7854 8454 7458 5152556555";
$pal = explode(" ",$pal);
print_r($pal);
The result is something like this:
Array...
asked by
17.09.2018 / 19:17