A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_sessionf383f5aeaeef0b1d7c398191683815900e8d2519): 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:
Café Orange

Café Orange

324 Sam Nujoma Avenue

Café Orange

Coffee Shop Take Away

View Business Listing
Eat@ Restaurant

Eat@ Restaurant

Karl List Mall, Shops no. 8 & 9, Independence Ave., Windhoek

Self-service, therefore faster service• Home-made, Fresh products, warm homey market feel, selling of spices / baking goodies you can make @ home too.Open Mon - Fri 07:00 - 17:00 • Closed on Sundays and public...

Coffee Shop Restaurant

View Business Listing
Farmhouse Deli

Farmhouse Deli

Strandhotel Swakopmund

Open Mon – Sun & Public Holidays. 12:00 – 22:00Organic Local Food, Delicates Retail Sea facing Terrace

Deli and Bistro Restaurant

View Business Listing
Immanuel Wilderness Lodge

Immanuel Wilderness Lodge

Brakwater, Plot 146

Immanuelwildnerness is located just outside of Windhoek on the B1 road. Their rooms arecomfortable and are decorated with rustic furnishings. The thatched roof inconjunction with the ceiling fan provides both the hot and cold feel...

Restaurant

View Business Listing
Immanuel Wilderness Lodge -  HAN Member
Brix Bistro

Brix Bistro

117 Independence Avenue

Brix Bistro

Fine Dining Restaurant

View Business Listing
De Kelder Restaurant

De Kelder Restaurant

Klimas Building in Tobias Hainyeko Street

De Kelder Restaurant in Swakopmund has established itself as a "must do" item to visitors and travelers when is Swakopmund. You will find us on most restaurant reviews and mostly with the caption "a...

Fine Dining Restaurant

View Business Listing
Slow Town Coffee Roasters

Slow Town Coffee Roasters

Slowtown Coffee Roasters Namibia

Namibian Artisan Coffee Roasters - We love Coffee and everything that has anything to do with it, but Slowtown is not just about Coffee, it's about a way of life, a culture. Slow it down...

Restaurant

View Business Listing
Tornado Food & Drinks

Tornado Food & Drinks

Wernhil, Mandume Ya Ndemufayo 9000 Windhoek

Tornado Food and Drinks is a Restaurant serving moderately priced meals in a styled setting. From Breakfast to Dinner.....and Cocktails.Tornado Bistro a small restaurant serving moderately priced meals in a styled setting.

Pub and Bar Restaurant Wine Bar

View Business Listing
Restaurant la bonne table

Restaurant la bonne table

118 Robert Mugabe Avenue

International with a French touch cuisine. Fresh healthy, homemade food made from Namibian produce. Homemade breads, croissant, cakes, etc. Walking distance from town centre, ideal for breakfast, lunch and dinner.

Restaurant

View Business Listing
Chill Out

Chill Out

N\A

N\A

Pub and Bar

View Business Listing

Namibia Map

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


Finance Commercial in js - bootstrap select.min.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"}]}];