Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/05/2010, 19:56
Avatar de hackjose
hackjose
 
Fecha de Ingreso: abril-2010
Ubicación: Edo Mexico
Mensajes: 1.178
Antigüedad: 14 años
Puntos: 131
Respuesta: Como Mostrar la cantidad de usuarios registrados en mi web Php?

$a=mysql_query("select * from tu_tabla");
$b=mysql_num_rows($a);
echo "Actualmente hay $b usuarios registrados";