A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_sessionad2df4c9586d134c9e28e202f627d52408f983dc): 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:
Namibia Tracksuits cc

Namibia Tracksuits cc

St Andrews Hostel, Richardine Kloppers St

Namibia Tracksuits CC MAKE School Wear

Corporate Clothing/Accessories

View Business Listing
Thrift Store

Thrift Store

Plot 182 Hardap

The purpose of Thrift Store is to sell second hand and new products that are still in good condition and of high quality. Our range of products are unlimited.

Clothing Footwear

View Business Listing
August 26 Textile and  Garment

Based on: 1 reviews

August 26 Textile and Garment

13 Gold Str.Prosperita,Windhoek Namibia

Provide personalized quality, timely and effective value adding services to the cotton textile and clothing industry in Namibia, the SADC region and beyond.

Machinery ( Clothing and Fabric )

View Business Listing
Savanna Cleaning Services

Savanna Cleaning Services

Seeis Street

Carpet cleaning, upholstery cleaning, Specialist cleaning services of floors. Contract cleaning. Dispenser rental services for washrooms. Laundry and drycleaning services available. Hagleitner Hygiene systems for showers, laundries and air care.

Cleaning and Repair

View Business Listing
Stuttafords

Stuttafords

Maerua Mall Jan Jonker Road Windhoek Namibia

Stuttafords is an internationally recognised fashion company that has made a name for itself as one of the premium department store groups in Southern Africa. 

Clothing

View Business Listing
Chelsea Decor

Chelsea Decor

Unit 21 Hyper Motor City Windhoek

Luxaflex Window Fashion Gallery in Kalamunda. Servicing surrounding suburbs of Perth, including High Wycombe,Forrestfield and Lesmurdie. Blinds, verticals ...Blinds in Kalamunda, Western Australia, 6076 - Chelsea Decor, Quality Custom Made Curtains and Blinds.....

Fabric Upholstry Services

View Business Listing
JUST-LEIN

JUST-LEIN

4790 fredrich maharero street

Just-Lein is located in the heart of Windhoek. It offers by the hour alterations, sewing consultation as well sewing classes & workshops. For all your custom made clothing, visit us. It is THE boutique &...

Bridal wear Clothing

View Business Listing
Woolworths Oranjemund

Woolworths Oranjemund

8th Street, Oranjemund, Sperrgebiet, Namibia

Woolworths Holdings Limited is a South Africa-based multinational retail company. You will find great quality clothing at our store!

Clothing

View Business Listing
Luxury Living Namibia

Luxury Living Namibia

The Atrium Lifestyle Center, Hendrik Witbooi Street

Quality Cotton Sateen Bedlinen and CurtainsLuxury Linen gives your Bedroom that personal touch! Enjoy yor bedding with Luxury Linen.Beautifull Curtains, Throws, Duvetsets, Fitted Sheets, Pillowinners.......

Fabric

View Business Listing
Karseboom

Karseboom

31 Andimba Toivo Ya Toivo str, Suiderhoff, Windhoek

Karseboom Namibia is a family run business with a 60 year history of service and quality, We specialize in curtain and roman blind manufacture and the supply of wool and haberdashery,...

Clothing Corporate Clothing/Accessories

View Business Listing

Namibia Map

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


medical AID in 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"}]}];