A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_session87956ecfc18ae43c58c1eabef2424339554d98f0): Failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 172

Backtrace:

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 254
Function: library

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 154
Function: ci_autoloader

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 67
Function: initialize

File: /home/nmhmyna/web/my.na/public_html/application/controllers/A.php
Line: 7
Function: __construct

File: /home/nmhmyna/web/my.na/public_html/index.php
Line: 320
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /home/nmhmyna/tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 254
Function: library

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 154
Function: ci_autoloader

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 67
Function: initialize

File: /home/nmhmyna/web/my.na/public_html/application/controllers/A.php
Line: 7
Function: __construct

File: /home/nmhmyna/web/my.na/public_html/index.php
Line: 320
Function: require_once

0 Results Sort by:
Erni's Bistro

Erni's Bistro

GOBABIS NAMIBIA

Ernis Bistro is located in Gobabis, Namibia. Company is working in Apartments business activities.

Deli and Bistro

View Business Listing
Cauldron Restaurant

Cauldron Restaurant

Gustav Voigts Centre

Cauldron Restaurant

Fine Dining Restaurant

View Business Listing
Ocean Basket

Based on: 5 reviews

Ocean Basket

Shop 1 Maerua Lifestyle Centre OR Shop 29 Town Square Windhoek

There's one near you, where you will find friendly people, a home-from-home feeling, and great value for your hardearned bucks. Some Ocean Baskets have a fresh-fish deli too, and you can order to eat in...

Seafood Restaurant

View Business Listing
Pepper Corn Grill & Steakhouse

Pepper Corn Grill & Steakhouse

Shop 59, Maerua Mall

Peppercorn (Formerly: Cattle Baron), still catering for the meat lover, but now with a selection of salads, seafood, vegetarian, great desserts & more

Grill and Steakhouse Restaurant

View Business Listing
Etosha Cafe and Beergarden

Etosha Cafe and Beergarden

21 Main Street, Tsumeb

Come visit this well known German Cafe in the heart of Tsumeb. On your way to Etosha national Park, you can stopover, have a light meal, or have the best coffee around town. We have...

Coffee Shop

View Business Listing
Sand Dragon Coffee Shop

Sand Dragon Coffee Shop

Omaruru, Namibia

Coffee Shop

View Business Listing
Sand Dragon Coffee Shop - NTB Member
Garnish Restaurant Swakopmund

Garnish Restaurant Swakopmund

Corner of Tobias Hainyeko And Woermann Street

Windhoek's Famous Indian Restaurant now comes to Swakopmund! Enjoy the delicious Indian Cuisine at the Coast !! Garnish Restaurant now in Swakopmund !!Garnish is a casual fine dining restaurant, offering eclectic Indian cuisine and warm...

Indian Restaurant

View Business Listing
Galinhas Grilled Chicken

Galinhas Grilled Chicken

Katima Mulilo, Namibia

Fast Food

View Business Listing
Galinhas Grilled Chicken - NTB Member
Kalabar Hilton Hotel

Kalabar Hilton Hotel

Hilton Hotel, Independence Avenue, Windhoek

Great place to watch sports matches• Terrace with full view of Eliakim Plaza and northern Windhoek

Fine Dining Restaurant Restaurant

View Business Listing
Haiku Sushi Lounge

Haiku Sushi Lounge

Haiku Sushi Lounge At Auas City Hotel Centaurus street

HaikuA Japanese poem of seventeen syllables, in three lines of five, seven and five, traditionally evoking images of the natural world. Raw Sushi~ HaikuRaw sushi feeds mePerfect colour and designElemental truths.At Haiku Sushi Lounge we...

Japanese Restaurant Restaurant Sushi

View Business Listing

Namibia Map

To benefit from this, make sure that you have location services enabled for this website.


digital cameras in js - jquery.fileInput.js

https://www.my.na/map/result_ajax/", 'data': { 'cat': cat, 'type': type }, 'dataType': "json", 'success': function (data) { locations = data; deleteMarkers(); //geolocate(map); setMarkers(map, locations); } }); } $('#sort_asc').on('click', function(e){ $('#sortby').val('ASC'); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); $('#sort_desc').on('click', function(e){ $('#sortby').val('DESC'); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); $('#sort_rate').on('click', function(e){ $('#sortby').val(''); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); // Sets the map on all markers in the array. function setAllMap(map) { for (var i = 0; i < markers.length; i++) { markers[i].setMap(map); } } // Removes the markers from the map, but keeps them in the array. function clearMarkers() { setAllMap(null); } // Shows any markers currently in the array. function showMarkers() { setAllMap(map); } // Deletes all markers in the array by removing references to them. function deleteMarkers() { clearMarkers(); markers = []; } var styles = [{"featureType":"administrative","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#fcfcfc"}]},{"featureType":"poi","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#fcfcfc"}]},{"featureType":"road.highway","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#eeeeee"}]},{"featureType":"water","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]}];