Ver Mensaje Individual
  #14 (permalink)  
Antiguo 14/10/2004, 15:19
necu
 
Fecha de Ingreso: abril-2003
Ubicación: 127.0.0.1
Mensajes: 359
Antigüedad: 21 años
Puntos: 0
hola amigos

esto lo que he realizado pero no me resulta

Código PHP:
$result mysql_db_query("$base_de_datos","select UNIX_TIMESTAMP(tiempo_inicio) AS tiempo from $tabla where norden='$n_orden'");
        
        if(
$row mysql_fetch_array($result)){ 
        
        
$m="$row[tiempo]";

        echo 
$m;

        } 

tiempo_inicio es un campo datetime.

espero contar con su ayuda
__________________
Practicando se Aprede
:-) :-)