Tema
:
Query:El ultimo dato ingresado
Ver Mensaje Individual
#
8
(
permalink
)
11/07/2006, 04:24
miglos
Fecha de Ingreso: enero-2005
Ubicación: Perú
Mensajes: 235
Antigüedad: 20 años, 1 mes
Puntos: 1
Hmmm..algo mas o menos asi???
$var = array--->"select distinct(idinst) from instalaciones"
foreach $var as idinst
{
select max(sec), etc..
from instalaciones, comercios
where idinst=$var
echo $row[fecha],nombre, etc..
}
__________________
:adios:
miglos
Ver Perfil
Buscar todos los Mensajes de miglos