A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_session701395c6af21f5f553c66a3adc2b42a3732241d7): 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:
Eagle Eye Aviation

Eagle Eye Aviation

40 Nathaneil Maxuilili

Eagle Eye Aviation is a Licensed Air Charter Company situated in the coastal town of Swakopmund in Namibia. Specialising in Sossusvlei Scenic Flights over the Namib Desert and the Skeleton coast as well as Pick-Ups...

Charter and Scenic Flights

View Business Listing
Ruimte (Pty) Ltd

Ruimte (Pty) Ltd

Windhoek, Namibia

Ruimte (Pty) Ltd is an international company that operates in Namibia, specializing in freight forwarding and shipping services by handling personal effects and household goods effects in and out of Namibia.

Courier Services

View Business Listing
Ruimte (Pty) Ltd - NTB Member
Africa On Wheels

Africa On Wheels

135 Sam Nujoma Drive

Africa on Wheels - Car rental in Namibia Our Car Hire welcomes you to Namibia! At Africa on Wheels customer care is our highest priority. Africa on Wheels was established in 1999. The company was founded based...

Car Rental and Breakdown

View Business Listing
Africa On Wheels - NTB Member
Northern Breakdown Services

Northern Breakdown Services

125 Johan Albrecht Str, SIA, Windhoek

Breakdown Services on the Road.

Car Rental and Breakdown

View Business Listing
Lottie and Corrie Transfers

Lottie and Corrie Transfers

n/a

Lottie and Corrie Transfers

Airport Shuttle and Namibia Transfer

View Business Listing
Wilderness Air Namibia (PTY) Ltd

Wilderness Air Namibia (PTY) Ltd

SCHINZ STREET ,WINDHOEK NAMIBIA

Wilderness Air operates a varied fleet of light aircraft, selected for their ability to transport visitors to remote wilderness destinations. The aircraft differ in characteristics and each one is uniquely suited to different types of...

Airport Shuttle and Namibia Transfer

View Business Listing
Tyre Corporation Otr (PTY) Ltd

Tyre Corporation Otr (PTY) Ltd

12 Ajpswarehouse newton street swakopmund namibia

Home arrow Automotive arrow Business & Finance arrow Automotive Spares & Accesories arrow Tyre Corporation Namibia OTR (PTY) LTD ...Efficient Tyre SupplyLowest Operating CostsFreedom of Brand Choice Independently OwnedQualified and Experienced personnelHonesty & Integrity24/7 ...

Car Rental and Breakdown

View Business Listing
Sefofane Air (PTY) Ltd

Sefofane Air (PTY) Ltd

SCHINZ ST, Windhoek

Air Charter Operators

Charter and Scenic Flights

View Business Listing
Exclusive Africa Tours & Safaris

Exclusive Africa Tours & Safaris

Jan Brand Street, Windhoek Namibia

Choose from a wide range of safaris and accommodation and, with our guidance and experience to call upon, build up exactly the holiday you want. Our experienced team has an intimate knowledge of each of...

Airport Shuttle and Namibia Transfer Bus Services Charter and Scenic Flights Travel agents

View Business Listing
Lambert Transport

Lambert Transport

18 Stasie Street, Outjo Namibia

Lambert Transport is a cartage/Transport contractor in Outjo.

Distribution General

View Business Listing

Namibia Map

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


rest camp in 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"}]}];