PT'; $langAppend = '_'.strtoupper($_COOKIE['lang']); } else $langAppend = ''; if ($langMenu != '' && $info['EN'] && $_COOKIE['lang'] != 'en') $langMenu .= '
EN
'; else if ($info['EN'] && $_COOKIE['lang'] != 'en') $langMenu .= '
EN
'; if ($langMenu != '' && $info['ES'] && $_COOKIE['lang'] != 'es') $langMenu .= '
ES
'; else if ($info['ES'] && $_COOKIE['lang'] != 'es') $langMenu .= '
ES
'; if ($langMenu != '' && $info['FR'] && $_COOKIE['lang'] != 'fr') $langMenu .= '
FR
'; else if ($info['FR'] && $_COOKIE['lang'] != 'fr') $langMenu .= '
FR
'; $info = mysql_query("SELECT * FROM contacts WHERE contactId = '1'"); $info = mysql_fetch_array($info); $address = $info['address'].', '.$info['postCode'].' '.$info['local']; if ($info['city'] != '') $address .= ', '.$info['city']; ?> EUROFENIX


:
:
:

:
'; $postCode = explode('-',$info['postCode']); $address .= $postCode[0]; if ($postCode[1] != '') $address .= '-'.$postCode[1]; $address .= ' '.$info['local'].'
'; if ($info['city'] != '') $address .= $info['city'].'
'; echo $address; echo '
'; echo 'Coordenadas GPS:
38°45\'00.3" N 9°09\'01.4"W'; /* $vars = explode(".",$geocode[0]); $deg = $vars[0]; $tempma = "0.".$vars[1]; $tempma = $tempma * 3600; $min = floor($tempma / 60); $sec = $tempma - ($min*60); if (intval($deg) > 0) echo 'N '.$deg.'° '.$min.'‘ '.round($sec,3).'" , '; else echo 'S '.$deg.'° '.$min.'‘ '.round($sec,3).'" , '; $vars = explode(".",$geocode[1]); $deg = abs($vars[0]); $tempma = "0.".$vars[1]; $tempma = $tempma * 3600; $min = floor($tempma / 60); $sec = $tempma - ($min*60); if (intval($deg) > 0) echo 'W '.$deg.'° '.$min.'‘ '.round($sec,3).'"
'; else echo 'E '.$deg.'° '.$min.'‘ '.round($sec,3).'"
'; */ ?>