'; } else if ($_SERVER["SCRIPT_NAME"]=="/tag.php") { $tag = urldecode(str_replace("/tag/", "", $_SERVER["REQUEST_URI"])); $title = "Tag: ".$tag; echo ''; } else if ($_POST["renew_id"] || $_GET["r"]) { $title = "Renew Your Listing"; } else $title = "Where Long Islanders Get their Food News"; ?> Long Island Restaurant News | <?php echo $title; ?> document.write(unescape("")); */ ?>
Facebook Twitter Instagram
Daily Bite What To Do Budget Gourmet Directory

Long Island

Where to Order Takeout for the Perfect Long Island Beach Picnic

By: Ashley Rea

There's no better way to spend a summer day on Long Island than soaking up the sun at the beach. Whether you're heading to the South Shore, the North Fork, or out East, the only thing that can make a beach day even better is a delicious meal.

Instead of packing a cooler full of snacks, grab takeout from one of these Long Island restaurants before you hit the sand. From handheld favorites and fresh seafood to barbecue and Caribbean-inspired dishes, these spots serve food that's easy to transport, perfect for sharing, and made for dining outdoors.

query($ad_query); $n = $adres->num_rows; if ($n>0) { // there is a result set, so proceed to get the zone/ad $z = "select zone from cms_site_content where id=1"; $zres = $etomite_db->query($z); $row = $zres->fetch_array(); $ad = $row["zone"]; } else { $ad = false; } ==================================*/ $z = "select zone from cms_site_content where id=1"; $zres = $etomite_db->query($z); $row = $zres->fetch_array(); $ad = $row["zone"]; // REPLACE ADSERVER INVOCATION WITH AD FROM ARRAY $n = count($active_ads) - 1; $number_list = range(0, $n); shuffle($number_list); // key to list of ads in random order // use first number in $numbers as array key to get ad for this page $ad_key = $number_list[0]; $ad = $active_ads[$ad_key]; $numbers = implode("", $number_list); //echo "n=".$n." ad_key=".$ad_key." numbers=".$numbers."
"; // exclude article used as feature $result = $etomite_db->query("select home from featured_articles where db_id=1"); $row = $result->fetch_array(); $exclude_id = $row["home"]; // query to concatenate towns into comma-sep list $q = "select cms_site_content.id, cms_site_content.parent, cms_site_content.alias, FROM_UNIXTIME(cms_site_content.createdon, '%M %e, %Y') as dateline, cms_site_content.pagetitle, cms_site_content.zone, cms_site_content.thumbnail, GROUP_CONCAT(cms_site_towns.town) town FROM cms_town_xref INNER JOIN cms_site_content ON cms_town_xref.content_id = cms_site_content.id INNER JOIN cms_site_towns ON cms_town_xref.town_id = cms_site_towns.id where cms_site_content.parent in (2, 3, 4) and cms_site_content.published=1 and cms_site_content.deleted=0 and cms_site_content.showinmenu=1 and cms_site_content.pub_date<".time()." and cms_site_content.id<>$exclude_id GROUP BY cms_site_content.id order by createdon desc limit 9"; $res = $etomite_db->query($q); echo '
'; // args: db result, string for ad, page number, id of featured page to be excluded $this_id = 1; // for home page. lazy load takes this into account in query for parent id to use output_card_collection($res, $ad, 1, $exclude_id, $this_id, $numbers); echo "
"; ?>