<?php $temp = array('41136.07.6', '21511.01.1'); foreach ($temp as &$accountnum) { $accountnum = substr($accountnum, 0, 5); // do some other stuff } print_r($temp);
You have javascript disabled. You will not be able to edit any code.