Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/08/2007, 19:45
morphoide
 
Fecha de Ingreso: mayo-2005
Mensajes: 103
Antigüedad: 19 años
Puntos: 1
Re: como obtener total de filas?

Cita:
Iniciado por _ssx Ver Mensaje
Como aqui te dicen, esta opcion es mas comoda.

Código PHP:
$query="select * from noticias";
$result=mysql_query($query); 
$total_filas=mysql_num_rows($result);