img I have one row with images names like this , row_multiple_imgs['path_one,path_two,path_tree']; all are separate with comma how can I get this paths ? What i want to get is return 3 different paths I'm not sure that foreach loop can help; any solution to this ?
what I what get is thee different names from one row Independent from each other.
for example
foreach($row['multi_imag'] as img){
return $img;
}