A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_session7fc34617e81a52ea2e4d631b3c1c8b6c2263c145): 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:
Epupa Falls Local Craft Market

Epupa Falls Local Craft Market

Epupa Falls Area, Namibia

Epupa Falls Local Craft Market is a local market offering good quality Himba souvenirs. The market is on the way towards the Falls lookout path.

Arts & Crafts - Wholesale & Retail

View Business Listing
Epupa Falls Local Craft Market - NTB Member
Nomad

Nomad

Shop 21, Town Square, Post Street

Travelling with Nomad means friendship, fun and adventure plus the security that group travel brings. Our unrivalled experience in Africa also ensures your holiday is well planned to make the most of our spectacular continent. We’ve...

Craft Center and Markets Souvenir Shops

View Business Listing
Frame Craft

Frame Craft

1st Floor Maerua Mall, Jan Jonker Road, Windhoek

Art Box, Mirror Embroidery and Picture Framing

Craft Center and Markets

View Business Listing
Fig Tree Campsite

Fig Tree Campsite

Sesfontein, Namibia

Situated close to the Sesfontein Conservancy office in the Kaokoland region and proving popular with visitors to the area, Fig Tree Campsite offers a shady haven under beautiful giant fig trees. There...

Camping

View Business Listing
Fig Tree Campsite - NTB Member
Shoprite/Checkers Namibia

Shoprite/Checkers Namibia

Schuster Building Independence Ave Windhoek

Shoprite is Africa's largest food retailer. It operates 2689 outlets in 15 countries across Africa and the Indian Ocean Islands. Shoprite Holdings Ltd is a public company listed on the Johannesburg Stock Exchange, with secondary...

Grocery Store Supermarket

View Business Listing
Ganamub Mountain Camp

Ganamub Mountain Camp

Ganamub Mountain Camp has four campsites with one ablution block with a long drop toilet, tap and a washing up area. Contact Sesfontein Conservancy office before your arrival to ensure that water and firewood are...

Camping

View Business Listing
Ganamub Mountain Camp - NTB Member
Aabadi Mountain Camp

Aabadi Mountain Camp

Twyfelfontein Area, Namibia

To reach Aabadi Mountain Camp, travel on the C35 from Khorixas and turn south onto the D1216 road. Drive for approximately 60km and look for the sign on the left. Accommodation: ...

Camping

View Business Listing
Aabadi Mountain Camp - NTB Member
Levinson Arcade

Levinson Arcade

n/a

Levinson Arcade

Shopping Center

View Business Listing
Namwi Island Lodge, Campsite & Restaurant

Namwi Island Lodge, Campsite & Restaurant

Katima Mulilo, Namibia

Namwi Island is situated approximately 10km from Katima Mulilo and lies on the banks of the Zambezi River. This tranquil setting is the ideal stop-over to continue your journey through the Caprivi or to Zambia,...

Camping

View Business Listing
Namwi Island Lodge, Campsite & Restaurant - NTB Member
Granietkop Community Campsite

Granietkop Community Campsite

Granietkop Community Campsite offers four campsites, each with their own braai (barbeque), water, warm shower and flushing toilet.

Camping

View Business Listing
Granietkop Community Campsite - NTB Member

Namibia Map

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


Visa in js - jquery.custom.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"}]}];