A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_session9f674237ee963cde87eed18b18a5c6da9d78373d): 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:
Van Deventer Petro D

Van Deventer Petro D

Plot 4705 Walvis Bay

We are primary health-care professionals who are experts in movement and function of the body. Our Physiotherapists work with patients of all ages and a spectrum of health conditions.

Hospital and Medical Services

View Business Listing
Molenzicht Pharmacy

Molenzicht Pharmacy

Tobias Hainyeko Street, Swakopmund Namibia

Molenzicht Pharmacy is a medical pharmacy in Swakopmund.

Pharmacy

View Business Listing
Otjomuise Pharmacy

Otjomuise Pharmacy

BONN STREET OTJOMUISE ,WINDHOEK NAMIBIA

Otjomuise Pharmacy, is a Pharmacies - Retail healthcare organisation, in Otjomuise, Windhoek, Khomas, Namibia.

Health Services

View Business Listing
Du Toit Samantha (DIETICIAN)

Based on: 4 reviews

Du Toit Samantha (DIETICIAN)

Medicine World Pharmacy, Maerua Mall

Samantha Du Toit is a dietitian based in Windhoek and is the owner of Eat Clean Namibia.Eat Clean Namibia is all about learning how your body reacts to different foods and chemicals and then choosing...

Diet Health Services Products Health

View Business Listing
Continental Pharmacy

Based on: 1 reviews

Continental Pharmacy

Continental Building, Independence Avenue, Windhoek

Continental Pharmacy

Pharmacy

View Business Listing
Haufiku Bs Dr General Practitioner

Based on: 1 reviews

Haufiku Bs Dr General Practitioner

251 mandume Ndemufayo Ave

At some point in our lives, we all have to visit a general practitioner. Often their services are mandatory before we can be referred to a specialist. Seeing a general practitioner is a cost-effective way...

Doctor General Practitioner Health Services

View Business Listing
Windhoek Animal Hospital

Windhoek Animal Hospital

5 MERENSKY STREET, SNYMAN CIRCLE, WINDHOEK & AXALI DOESEB STREET, OKAHANDJA

Our 24/7 vet on call can be reached in Windhoek on 081 124 9052.The Okahandja Branch can be reached during opening hours on 062 500 969.Windhoek Animal Hospital specializes in the treatment of cattle horses...

Hospital and Medical Services

View Business Listing
Dr Mtombeni Sifelani

Dr Mtombeni Sifelani

Ondangwa, Namibia

Dr Mtombeni Sifelani  is a medical practitioner in Ondangwa.

Health Specialists

View Business Listing
Zavi-Med Pharmacy

Zavi-Med Pharmacy

Unit 3 Suites West, Ombika Drive, Windhoek

Your community pharmacy conveniently located in Kleine Kuppe - Between Grove Mall and Lady Pohamba Hospital.We also provide FREE Deliveries. Phone us on 083 330 1000

Pharmacy

View Business Listing
Dr Kamati Elizabeth

Dr Kamati Elizabeth

Oshakati medical Center, 2383 Main Road Oshakati, Namibia

Dr Kamati Elizabeth is a general practitioners in Oshakati.

Health Specialists

View Business Listing

Namibia Map

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


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