T
TS
Hi,
If I got a string in non tab format like below, how could i split it
into three arrays ($name, $height, $weight) using the split function.
Thanks
$input = 'Amy 170cm 50kg'
If I got a string in non tab format like below, how could i split it
into three arrays ($name, $height, $weight) using the split function.
Thanks
$input = 'Amy 170cm 50kg'