include("../phpprefs/common.php");?>
|
|
![]() |
|
|
"; if ($Locale <>''){ $slLocale = stripslashes($Locale); $slLocale = ucwords($slLocale); echo "$slLocale - $Location"; } if ($City <>''){ $slCity = stripslashes($City); $slCity = ucwords($slCity); echo "$slCity - $Location"; } if ($ListingType <>''){ if ($ListingType =='B&B'){ echo "$Location Bed and Breakfast's"; }else{ $ListingType = ucwords($ListingType); echo "$Location $ListingType"; } } echo ""; ?>
|