I have these two pieces of text
120 - 140 (cm)
and
110 (cm)
I'd like to store the values into an array like
$array[0] = 120
$array[1] = 140
$array_2[0] = 110
How would i do this?
I have these two pieces of text
120 - 140 (cm)
and
110 (cm)
I'd like to store the values into an array like
$array[0] = 120
$array[1] = 140
$array_2[0] = 110
How would i do this?