=0; $i--) { if($myarray[$i]!="") { $string .=$myarray[$i]." >>  "; } } $LocationList_new=LocationList_new2($ImagePath2); $template = str_replace("[LOC]",$LocationList_new,$template); $headings=headings($CID); $template = str_replace("[HEADING]",$string.$headings,$template); $template = str_replace("[MIDDLE]",$string.$headings,$template); $template = str_replace('[MESSAGE]',"",$template); echo $template; ?>