Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/05/2009, 14:58
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: problemas con Update

Prueba ejecutar la consulta asi:
Update tabla1 SET longitud='$longitud', latitud='$latitud' WHERE nombre='$nombre' AND comarca='$comarca'

Y utiliza mysql_error() para que MySQL te diga cual es el error.