<?php $loccity=array("Atlanta","Boston"); foreach ($loccity as $city) { $myurl = "http://$city.mysite.com<br>"; echo $myurl; }