<?php // your code goes here$prices = '111222';$parts = explode('-', $prices);var_dump($parts);
Standard input is empty
array(1) { [0]=> string(6) "111222" }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!