Yo hace un tiempo atrás instale em Chile Street 2007 en mi Garmin Nuvi 200w, ahora quiero actualizar los mapas a NavChile 2009, pero nose como desinstalar el ChileStreet 2007.
Alguien me puede ayudar??
<?php
// SCRIPT DE CONEXION A LA BASE DE DATOS
$mysql_server = "localhost";
$mysql_user = "USUARIO";
$mysql_passwd = "PASSWORD";
$mysql_db = "NOMBRE_BASE_DE_DATOS";
$mysql_link = mysql_connect($mysql_server, $mysql_user, $mysql_passwd);
?>
SALUDOS