Forums
(@jamiefraser)
13 years, 4 months ago
Hi D,
It could be that the use of the extra square brackets is confusing the parser, try splitting it into 2 lines instead:
foreach( $membernames as $member ){ $name = $member["First"].' '.$member["last"]; echo "[p]".$name."[/p]"; }
Thanks Jamie