
26/11/2013, 12:56
|
 | | | Fecha de Ingreso: septiembre-2010
Mensajes: 409
Antigüedad: 14 años, 6 meses Puntos: 56 | |
Respuesta: Actualizar fecha y hora automaticamente en mysql sin refrescar pagina Cambia la linea Cita: mytime=setTimeout($.ajax({ type: "GET",url: "<?php echo $_SERVER['REQUEST_URI'];?>?ajax=1" }),1000); por esta otra Cita: setInterval('$.ajax({ type: "GET",url: "<?php echo $_SERVER['REQUEST_URI'];?>?ajax=1" })',1000); |