Tema
:
mostrar ultimo registro insertado
Ver Mensaje Individual
#
6
(
permalink
)
23/05/2006, 09:13
rkpost
Fecha de Ingreso: noviembre-2005
Mensajes: 117
Antigüedad: 19 años, 3 meses
Puntos: 0
o tb
mysql_query("INSERT INTO tabla (...) VALUES (....)");
$res=mysql_query("SELECT * FROM tabla ORDER BY id DESC LIMIT 1");
rkpost
Ver Perfil
Buscar todos los Mensajes de rkpost