Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/03/2005, 11:09
Avatar de isaacluz
isaacluz
 
Fecha de Ingreso: marzo-2005
Mensajes: 180
Antigüedad: 19 años, 1 mes
Puntos: 0
function LeerBd(argumento) {
HacerLaConsultaMySQL();// AQUI PONES TU SCRIPT
}

setInterval( LeerBd, 1000, "Argumento" ); // LLAMAS LA FUNCION CADA SEGUNDO (1000 MILISEGUNDOS)