A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_sessiondba48233afab46627aba4488074ad3d52bb331ca): 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:
Emcom Consulting Group

Emcom Consulting Group

8 Square Park ,Hebenstreit Street /A Windhoek Namibia

The Group's head office is based in Windhoek, the capital of Namibia. EMCON is registered with both the Namibian Association of Consultants and the Namibian Association of Consulting Engineers, and subscribes to their constitutions and...

Building Consultants

View Business Listing
Boshard Contruction Namibia ( PTY)LTD

Boshard Contruction Namibia ( PTY)LTD

8216/Nguni Str Northern Industrial

We are a corporation that provides goods or services to another entity under terms specified in a contract or...

Building and Construction

View Business Listing
Martina Neef Estates

Martina Neef Estates

40 Nathanael Maxuilili Street, Swakopmund Namibia

Martina Neef Estates is an estate agent in Swakopmund.

Real Estate Agents licensed

View Business Listing
Ghandy Properties

Ghandy Properties

c/o Anemone & David Goeieman St Windhoek Namibia

Group of experienced estate agents, advertising and selling property. 

Real Estate Agents licensed

View Business Listing
RE/MAX Coastline Property Centre cc

RE/MAX Coastline Property Centre cc

Swakopmund

 The prestigious Gala Evening held by Bank Windhoek at the coast to acknowledge the Top Achieving Estate Agents & Agencies was a great success!Re/max Coatline Property Centre, under Claudia Ramos's management received the following awards:•...

Real Estate Agents licensed

View Business Listing
Henties Bay Estates cc

Henties Bay Estates cc

19 Benguela Street

... sale needs, Property Rentals and much more. Real Estate Agents in Walvis Bay, Langstrand, Swakopmund. ... N$ 1 700 000 CC ..... A prime seafront property in the sought-after South Dune area of Henties...

Real Estate Agents licensed

View Business Listing
Andreya Pereira Properties

Andreya Pereira Properties

Windhoek Namibia

Real Estate Agents licensed Real Estate Services

View Business Listing
Minden Estates

Minden Estates

78 Adamax Street, Kleine Kuppe, Windhoek

Minden Estates is a real estate agency with the focus on sales and letting of residential, commercial and industrial properties.

Real Estate Agents licensed

View Business Listing
Corporate Secretarial Services cc, Corpsec

Corporate Secretarial Services cc, Corpsec

165 Nelson Mandela Ave, Windhoek Namibia

Corporate Secretarial Services is incorporated in Namibia and has assisted new and existing business owners in the establishment, incorporation and continuance of their businesses since 2001. Corpsec specialises in Company and Close Corporation Registrations,...

Property Trusts

View Business Listing
Blue Diamond Properties (PTY) Ltd

Blue Diamond Properties (PTY) Ltd

BISMARCK STREET ,WINDHOEK NAMIBIA

BLUE DIAMOND PROPERTIES (PTY) LTD WORKING WITH ESTATE AGENTS BUSINESS ACTIVITIES

Real Estate Agents licensed

View Business Listing

Namibia Map

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


Budgeting in js - bootstrap datetimepicker.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"}]}];