$x = ""; // that string with all that junk $a = array(); // resulting array $x str_replace('jpg', 'jpg|',$x); $a = explode('|', $x) var_dump($a);