Restaurant type: 
   
   
  Select by first letter: All  

= 0) { $prevpoint = ($startpoint - $howmany); $href1a = ''; $href1b = ''; } else { $prevpoint = 0; $href1a = ''; $href1b = ''; } if (($startpoint + $howmany) >= $number_of_restaurants) { $nextpoint = $number_of_restaurants; $href2a = ''; $href2b = ''; } else { $nextpoint = ($startpoint + $howmany); $href2a = ''; $href2b = ''; } $nav = ''; if ($howmany <> 'all') { $nav .= ''; } $nav .= '
'; if ($howmany == $default_howmany) { $nav .= 'Show all'; } else { $nav .= 'Show ' . $default_howmany . ' per page'; } $nav .= '

' . $href1a . '<< PREVIOUS ' . $howmany . $href1b . '    ' . $href2a . 'NEXT ' . $howmany . ' >>' . $href2b . '

Return to thedailycourier.com
' . "\n"; foreach (array('featured', 'rest') as $curr) { $curr_arr = $curr . '_arr'; if ($$curr_arr) { // if (!$_GET['startpoint']) { echo($curr == 'featured' ? 'featured' : 'standard'); } foreach($$curr_arr as $rest) { extract($rest); if ($curr == 'featured') { $class = 'featured'; $listing = ' '; } else { $class = 'standard'; $listing = ' '; } $str = '
'; $str .= '' . "\n"; $str .= '

' . $listing . '

' . "\n"; $str .= '

' . $name . '

' . "\n"; foreach ($loc_arr[$id] as $location) { list ($loc_id, $address, $address_descr, $city, $zip, $phone) = $location; $address_display = ($address_descr) ? $address_descr : $address; $url = 'http://www.mapquest.com/maps?city=' . urlencode($city) . '&state=OR&address=' . urlencode($address) . '&zipcode=' . urlencode($zip); $str .= '

' . $address_display . ', ' . $city . '
' . "\n"; $str .= '' . $phone . ' | Map

' . "\n"; } $str .= '

Menu'; // if ($has_coupon) { $str .= ' | coupon'; } if ($has_ad) { list ($adWidth, $adHeight, $adChannels, $adSize, $adBits, $adMime) = getimagesize('images/ads/' . $short_name . '.' . $has_ad); $str .= ' | View ad'; } if ($has_coupon) { list ($couponWidth, $couponHeight, $couponChannels, $couponSize, $couponBits, $couponMime) = getimagesize('images/coupons/' . $short_name . '.' . $has_coupon); $str .= ' | View coupon'; } if ($has_video) { $str .= ' | video'; } $str .= '

' . "\n"; $str .= '

' . "\n"; $str .= '
' . "\n"; echo $str; } } } echo "

"; echo $nav; echo "
"; echo "

"; //$url = 'http://www.mapquest.com/maps?city=' . urlencode($city) . '&state=OR&address=' . urlencode($address) . '&zipcode=' . urlencode($zip) . '&country=US&cid=lfmaplink'; //echo "New Map
\n"; #echo '

' . $href1a . '<< PREVIOUS ' . $howmany . $href1b . '    ' . $href2a . 'NEXT ' . $howmany . ' >>' . $href2b . '

'; ?>