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 ""; echo "".$lc['user'].""; echo "".$lc['city'].""; $ldate=date("d/m/y",$lc['date']); echo "".$ldate.""; echo ""; ; |15frank |08// |15netsurge |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64) * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101) .