Ver Mensaje Individual
  #7 (permalink)  
Antiguo 31/05/2011, 08:12
yo_66
 
Fecha de Ingreso: noviembre-2010
Mensajes: 8
Antigüedad: 13 años, 5 meses
Puntos: 0
Respuesta: gestionar mensajes

Con esta instruccion me contaria los archivos con estado=1 no?

$total = mysql_query("SELECT count(*) FROM archivos WHERE estados=1", $conexion);
echo $total;