Southland Mall
6155 S. Main St., Suite 260 Aurora, CO 80016
Phone: (303) 627-5000

(Point Inside iPhone App, Point Inside iPad App, Mall Maps Mobile iPhone App, Mall Maps Lite iPhone App & Mall Maps Deluxe iPhone App)

Food

    $num_row) $num_sel = $num_row-1; $uis = array_rand($ui,$num_sel); $result = mysql_query($query); $num_row = mysql_num_rows($result); for ($row_num = 0; $row_num <= $num_row-1; $row_num++) { $row = mysql_fetch_array($result); $uid = $row["uid"]; if (in_array($row_num,$uis) == 1) { $image = $row["image"]; $name = $row["name"]; $address = $row["address"]; $phone = $row["phone"]; $iphone = $row["iphone"]; $ipad = $row["ipad"]; $eurl = $row["ext_url"]; if ($uid < 100) $uid = "0".$uid; if ($uid < 10) $uid = "0".$uid; // works maybe shouldn't if (strlen($eurl) > 0) { $url = "seab/seab".$uid.".html"; //echo "
  • Result (".$row_num." - ".$uid.") ".$name.", ".$address."

    "; } $ima = "im/seab".$uid.".html"; $imj = "im/seab".$uid.".jpg"; echo "

  • "; if ($image > 0) { $size = getimagesize($imj); $wid = $size[0]+50; $hei = $size[1]+100; echo "[Photo] "; } if (strlen($eurl) > 0) { echo "".$name.""; } else { echo $name; } if ($iphone <> "" || $ipad <> "") { echo " ("; if ($iphone <> "") { echo "iPhone App"; } if ($iphone <> "" && $ipad <> "") { echo " and "; } if ($ipad <> "") { echo "iPad App"; } echo ")"; } echo "
    • ".$address."
      Phone: ".$phone."
    "; } } // end of food entry
below required ?>

these and more Food entries ...

Entertainment

    $num_row) $num_sel = $num_row-1; //$uis = array_rand($ui,$num_sel); //$result = mysql_query($query); //$num_row = mysql_num_rows($result); for ($row_num = 0; $row_num <= $num_row-1; $row_num++) { $row = mysql_fetch_array($result); $uid = $row["uid"]; //if (in_array($row_num,$uis) == 1) // not required if all being displayed //{ // not required if all being displayed $image = $row["image"]; $name = $row["name"]; $address = $row["address"]; $phone = $row["phone"]; $iphone = $row["iphone"]; $ipad = $row["ipad"]; $eurl = $row["ext_url"]; if ($uid < 100) $uid = "0".$uid; if ($uid < 10) $uid = "0".$uid; // works maybe shouldn't if (strlen($eurl) > 0) { $url = "seab/seab".$uid.".html"; //echo "
  • Result (".$row_num." - ".$uid.") ".$name.", ".$address."

    "; } $ima = "im/seab".$uid.".html"; $imj = "im/seab".$uid.".jpg"; echo "

  • "; if ($image > 0) { $size = getimagesize($imj); $wid = $size[0]+50; $hei = $size[1]+100; echo "[Photo] "; } if (strlen($eurl) > 0) { echo "".$name.""; } else { echo $name; } if ($iphone <> "" || $ipad <> "") { echo " ("; if ($iphone <> "") { echo "iPhone App"; } if ($iphone <> "" && $ipad <> "") { echo " and "; } if ($ipad <> "") { echo "iPad App"; } echo ")"; } echo "
    • ".$address."
      Phone: ".$phone."
    "; //} not required if all being displayed } // end of entertain entry
below required ?>

Government Facilties

    0) { $url = "seab/seab".$uid.".html"; //echo "
  • Result (".$row_num." - ".$uid.") ".$name.", ".$address."

    "; } $ima = "im/seab".$uid.".html"; $imj = "im/seab".$uid.".jpg"; echo "

  • "; if ($image > 0) { $size = getimagesize($imj); $wid = $size[0]+50; $hei = $size[1]+100; echo "[Photo] "; } if (strlen($eurl) > 0) { echo "".$name.""; } else { echo $name; } if ($iphone <> "" || $ipad <> "") { echo " ("; if ($iphone <> "") { echo "iPhone App"; } if ($iphone <> "" && $ipad <> "") { echo " and "; } if ($ipad <> "") { echo "iPad App"; } echo ")"; } echo "
    • ".$address."
      Phone: ".$phone."
    "; //} not required if all being displayed } // end of government entry
below required ?>

Services

    0) { $url = "seab/seab".$uid.".html"; //echo "
  • Result (".$row_num." - ".$uid.") ".$name.", ".$address."

    "; } $ima = "im/seab".$uid.".html"; $imj = "im/seab".$uid.".jpg"; echo "

  • "; if ($image > 0) { $size = getimagesize($imj); $wid = $size[0]+50; $hei = $size[1]+100; echo "[Photo] "; } if (strlen($eurl) > 0) { echo "".$name.""; } else { echo $name; } if ($iphone <> "" || $ipad <> "") { echo " ("; if ($iphone <> "") { echo "iPhone App"; } if ($iphone <> "" && $ipad <> "") { echo " and "; } if ($ipad <> "") { echo "iPad App"; } echo ")"; } echo "
    • ".$address."
      Phone: ".$phone."
    "; //} not required if all being displayed } // end of service entry
below required ?>

Shopping

    $num_row) $num_sel = $num_row-1; // echo "

    Num_row ".$num_row; // echo "
    Number ".$num_sel; // $num_sl = count($ui); // echo "

    NumSel ".$num_sl; $uis = array_rand($ui,$num_sel); $result = mysql_query($query); $num_row = mysql_num_rows($result); for ($row_num = 0; $row_num <= $num_row-1; $row_num++) { $row = mysql_fetch_array($result); $uid = $row["uid"]; if (in_array($row_num,$uis) == 1) { $image = $row["image"]; $name = $row["name"]; $address = $row["address"]; $phone = $row["phone"]; $iphone = $row["iphone"]; $ipad = $row["ipad"]; $eurl = $row["ext_url"]; if ($uid < 100) $uid = "0".$uid; if ($uid < 10) $uid = "0".$uid; // works maybe shouldn't if (strlen($eurl) > 0) { $url = "seab/seab".$uid.".html"; //echo "

  • Result (".$row_num." - ".$uid.") ".$name.", ".$address."

    "; } $ima = "im/seab".$uid.".html"; $imj = "im/seab".$uid.".jpg"; echo "

  • "; if ($image > 0) { $size = getimagesize($imj); $wid = $size[0]+50; $hei = $size[1]+100; echo "[Photo] "; } if (strlen($eurl) > 0) { echo "".$name.""; } else { echo $name; } if ($iphone <> "" || $ipad <> "") { echo " ("; if ($iphone <> "") { echo "iPhone App"; } if ($iphone <> "" && $ipad <> "") { echo " and "; } if ($ipad <> "") { echo "iPad App"; } echo ")"; } echo "
    • ".$address."
      Phone: ".$phone."
    "; } } // end of shopping entry ?>

    these and more Shopping entries ...

Utilities

    0) { $url = "seab/seab".$uid.".html"; //echo "
  • Result (".$row_num." - ".$uid.") ".$name.", ".$address."

    "; } $ima = "im/seab".$uid.".html"; $imj = "im/seab".$uid.".jpg"; echo "

  • "; if ($image > 0) { $size = getimagesize($imj); $wid = $size[0]+50; $hei = $size[1]+100; echo "[Photo] "; } if (strlen($eurl) > 0) { echo "".$name.""; } else { echo $name; } if ($iphone <> "" || $ipad <> "") { echo " ("; if ($iphone <> "") { echo "iPhone App"; } if ($iphone <> "" && $ipad <> "") { echo " and "; } if ($ipad <> "") { echo "iPad App"; } echo ")"; } echo "
    • ".$address."
      Phone: ".$phone."
    "; //} not required if all being displayed } // end of utility entry
below required ?>


South East Aurora Neighborhood Watch

Area Attractions

Upcoming Events

View the Full Calendar
and suggest a new entry


Page Views
".$pc."
Since 27 July 2011
"; ?>

Copyright © 2011 David Bourne (david@boomer.org)
SE Aurora Businesses Colorado
South East Aurora Business