<?php $string = 'a,b,c,d,e'; print_r(explode(',', $string, 3)); print_r(explode(',', $string, 0)); print_r(explode(',', $string, -2));
You have javascript disabled. You will not be able to edit any code.