A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_session0a0af16dbc52f4736806f968a713e0e9e7b43918): 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:
Dameron Hunting Farm

Dameron Hunting Farm

Farm Dameron Outjo

Dameron Hunting Farm located at Farm Dameron Outjo in , Kunene Outjo

Guest Farm

View Business Listing
Dameron Hunting Farm - NTB Member
Quivertree Forest Rest Camp

Quivertree Forest Rest Camp

B1 north of Keetmashoop, C16, M29 13km Namibia

The Quiver tree Forest, with its curious and picturesque trees, can be viewed on the Farm Gariganus, about 14 km north-east from Keetmanshoop.The place to stay when you visit this national monument is the Quiver...

Rest Camp

View Business Listing
Quivertree Forest Rest Camp - NTB Member
Tia Monika Guesthouse

Tia Monika Guesthouse

Tia Monika Guesthouse boasts a modern and relaxing atmosphere and offers affordable accommodation with 8 double, en-suite rooms equipped with air-conditioning, mini fridges and wi-fi. Facilties include a bar, restaurant, a conference room for up...

Guest House

View Business Listing
Tia Monika Guesthouse - NTB Member
The Falls Guesthouse

The Falls Guesthouse

The Falls Guest House is situated on the doorstep of the world famous Augrabies

he Falls Guest House is situated on the doorstep of the world famous Augrabies Waterfalls National Park in the North Western part of the Kalahari region of the Northern Cape where we offer you tranquility,...

Guest House

View Business Listing
Central Hotel Omaruru

Central Hotel Omaruru

Wilhelm Zerua Street, Omaruru Namibia

Hotel Central is well positioned in the centre of Omaruru and offers eight double rooms and five single rooms in tastefully and comfortably furnished bungalows that has a verandah, air-conditioning and with its own bathroom...

Hotel

View Business Listing
Central Hotel Omaruru - NTB MemberCentral Hotel Omaruru -  HAN Member
Uzuri Bed and Breakfast

Uzuri Bed and Breakfast

10 Friedrich-Giese Street

Uzuri (Swahili for beauty and tranquility) Guesthouse is situated in Klein Windhoek, an upmarket residential area only a few minutes drive from the city centre of Windhoek. Uzuri Guesthouse offers comfortable en-suite double rooms on...

Bed and Breakfast

View Business Listing
Bergheim Country Estate Guesthouse

Bergheim Country Estate Guesthouse

Plot 7 Bergheim, Regenstein, B1 Windhoek

Bergheim Country Estate Guesthouse located at Plot 7 Bergheim, Regenstein, B1 in , Khomas Windhoek

Guest House

View Business Listing
Bergheim Country Estate Guesthouse - NTB Member
Banting Self Catering & Accomodation

Banting Self Catering & Accomodation

16 Banting street, West Windhoek

Banting Self Catering & Accomodation located at 16 Banting street, Windhoek West in , Khomas Windhoek

Self Catering and Cottages

View Business Listing
Banting Self Catering & Accomodation - NTB Member
Alexadro Place cc

Alexadro Place cc

9 wilan street windhoek namibia

we are a guesthouse that provides comfort and a pleasant atmospthere.

Guest House

View Business Listing
Sossus Oasis Camp Site

Sossus Oasis Camp Site

At the entrance gate to Sossusvlei and Sesriem Canyon

Perfectly positioned at the Entrance Gate to Sossusvlei and Sesriem, the Sossus Oasis Camp Site offers 12 individually shaded sites, each equipped with its own toilet and shower facilities, kitchen wash-up basin, barbeque and electricity...

Campsite Camping and Caravan

View Business Listing
Sossus Oasis Camp Site - NTB Member

Namibia Map

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


lodge in namibia 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"}]}];