<?php $array = array( 0 => "a,b", 1 => "c,d", 2 => "e,f", 3 => "g,h", ); $array[] = implode(",", array_splice($array, -2)); var_export($array);
You have javascript disabled. You will not be able to edit any code.