
14/03/2005, 11:09
|
 | | | Fecha de Ingreso: marzo-2005
Mensajes: 180
Antigüedad: 20 años Puntos: 0 | |
function LeerBd(argumento) {
HacerLaConsultaMySQL();// AQUI PONES TU SCRIPT
}
setInterval( LeerBd, 1000, "Argumento" ); // LLAMAS LA FUNCION CADA SEGUNDO (1000 MILISEGUNDOS) |