My String is a comma separated list of id numbers e.g.
81234567,81234569,44489000,123,9585,1023
I want to convert each part to an array, without the comma, so i can run a foreach, to query an API for each reference number, what is the easiest way of achieving this?
explode
ch1.php.net/explode