$split_point = \' - \'; $string = \'this is my - string - and more\';
How can i make a split using the second instance of $split_point and not the
Not sure why no one posted a working function with $limit support though here it is for those who know that they'll be using this frequently:
$limit
'.print_r(explode_right(1, $string, 3),1).''; ?>
'.print_r(explode_right(1, $string, 3),1).'