A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_session6d6ed53ee14829b18b549db1de1074ba65349782): 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:
CWell Media Namibia

CWell Media Namibia

Watercube Offices 18, Woker Street, Swakopmund

Your Presence - Our Passion! This is our motto at CWell Media Namibia and we enjoy creating stunning presences for our clients. Your Brand is one of the most important things of your business and...

Internet and Hosting

View Business Listing
CWell Media Namibia -  HAN Member
Inkredible It

Inkredible It

c/o Jan Jonker & Newton Street, Windhoek Namibia

Inkredible IT we sell Computer Hardware & Cartridges.

Computer Hardware Printer and Cartridges

View Business Listing
The IT Guys Swakopmund

The IT Guys Swakopmund

11 Libertina Abertina Drive

We source, service or support anything technical for your Home or Business @ the best price with a :) !

Computer Services

View Business Listing
S&h Import\export

S&h Import\export

Windhoek Namibia

S&H Import\Export provides computers, laptops,software and accessories.

Computer Supplies Electronic Components Software

View Business Listing
Compunet Service

Compunet Service

Georges Street, Otjiwarongo Namibia

Compunet service is an I.T company that specialize in computer maintence, internet caf

Computer and Printer Repair Internet and Hosting

View Business Listing
Multi Build cc

Multi Build cc

windhoek namibia

Let's start with a very simple multi-project build. After all Gradle is a general purpose build tool at its core, so the projects don't have to be java projects. Our first ...

Electronic Instruments

View Business Listing
Schoemans Office Solutions Oshakati

Schoemans Office Solutions Oshakati

Main Road, Advanced Center, Oshakati

Schoemans Office Solutions Oshakati is a division of Namibian-owned ICT company Schoemans, with a legacy spanning over 60 years, specializing in office efficiency solutions. A catalog of MFP printers, ID card printers, shredders, laminators, audio-visual...

Computer Supplies Electronic Components

View Business Listing
Mast Training

Mast Training

31 A MICHAELIS STREET AVIS WINDHOEK NAMIBIA

MaST provide (MAST) is required by law for managers, bartenders and other employees who serve alcohol or supervise the sale of alcohol ...s high class learning and development solutions at the Organisation, Team and Individual...

Computer Training

View Business Listing
Toshiba COPIERS/ Notebooks & Faxes

Toshiba COPIERS/ Notebooks & Faxes

Shali Complex Main Road, Oshakati Namibia

Toshiba Copiers/ Notebooks & Faxes sells and  offer services of office machines

Computer Hardware

View Business Listing
Advance Investments DSTV & CCTV Installation

Advance Investments DSTV & CCTV Installation

Klein Windhoek

Do you have problem with DSTV? *WE DOTv Wall Mounting

Telecommunication Systems

View Business Listing

Namibia Map

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


images 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"}]}];