Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/05/2009, 18:51
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: Cantidad de registros en mysql

Es mas optimo hacer una consulta del tipo:

$result = mysql_query("SELECT COUNT(*) FROM tabla");
echo mysql_result($result, 0);