Ver Mensaje Individual
  #7 (permalink)  
Antiguo 03/08/2010, 16:43
Avatar de bitbow
bitbow
 
Fecha de Ingreso: julio-2006
Ubicación: Distrito Federal
Mensajes: 635
Antigüedad: 18 años, 9 meses
Puntos: 34
Respuesta: Problema con el Select

Podrias intentar modificar tu consulta, algo como esto:


Código:
]mysql_query("update torngrid_pilotos set piloto='$_REQUEST[nuevopiloto]',
																   primpuesto='$_REQUEST[nuevopiloto]',
																   segpuesto='$_REQUEST[nuevopiloto]'
where owner='$_REQUEST[owner]' and primpuesto='$_REQUEST[viejopiloto]' and segpuesto='$_REQUEST[viejopiloto]'",$conexion) or die("Problemas en el select:".mysql_error());
__________________
El ego es el mayor enemigo de un hombre inteligente.