loop through array elements as strings and convert them to sub arrays php loop through array elements as strings and convert them to sub arrays php curl curl

loop through array elements as strings and convert them to sub arrays php


foreach ( $done as $d ) {    if ( is_null( $d ) ) continue;    $res[] = explode( ',', $d );} 

Try it first.