Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/02/2007, 16:57
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Ordenar un listadomiembros por "Fecha y Hora"!!!

Quedaria mejor si haces esto:
Código PHP:
date_default_timezone_set("America/Argentina/Buenos_Aires");
$hoy strftime"%Y-%m-%d %H:%M:%s" );
$ok_us=$conexion->Execute("UPDATE usuarios set confirmado='SI',fecha_y_hora='$hoy' where cod='$codigo'");
$ok_cli=$conexion->Execute("UPDATE cliente set confirmado='SI',fecha_y_hora='$hoy' where cod='$codigo'");