Ver original$string = "G-r-a-c-i-a-s";$expl = explode('-', $string);$array=($expl); foreach ($array as $valor) { }