Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/01/2008, 23:16
Avatar de Infernal
Infernal
 
Fecha de Ingreso: septiembre-2004
Ubicación: Tamaulipas, Mexico
Mensajes: 124
Antigüedad: 19 años, 8 meses
Puntos: 0
Re: guardando el ultimo id

Si usas mysql podrias utilizar SELECT last_insert_id() o SELECT MAX(id) o en php la funcion mysql_insert_id().

Saludos.