Subj : Re: Mysticphp Disply last callers in a web page To : Richard Fairman From : Netsurge Date : Fri Oct 11 2019 03:23 pm RF> I'm using the mysticphp library to pull in a list of callers to a web RF> page An ar ray is created and displays on screen How do I format it for RF> a readable display You want a foreach formula for each item contained in the array. Something like this: $lastcalls=$mystic->lastcallers(10, true); $lcr = array_reverse($lastcalls, true); foreach ($lcr as $lc){ $lc['city']=$mystic->decode($lc['city']); echo "