Ver Mensaje Individual
  #12 (permalink)  
Antiguo 15/12/2008, 16:10
Avatar de Triby
Triby
Mod on free time
 
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 15 años, 8 meses
Puntos: 2237
Respuesta: Mostrar ultimo registro de tabla (email)

Entonces no hagas un insert, simplemente lee el ultimo registro ingresado:

Código:
$query = "SELECT * FROM suscribe_A ORDER BY id DESC LIMIT 1";
$res = mysql_query($query) or die('Error en la consulta.');
if(mysql_num_rows($res) == 1) {
    list($id, $email) = mysql_fetch_row($res);
}
__________________
- León, Guanajuato
- GV-Foto