Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/07/2008, 20:51
reimonfranco
 
Fecha de Ingreso: febrero-2006
Mensajes: 858
Antigüedad: 18 años, 2 meses
Puntos: 4
Respuesta: mostrar mensaje cuando no hay registros en la BBDD

Que tal,
Prueba con esto..

Código PHP:
$query mysql_query("select * from TABLA");
$result mysql_fetch_array($query);
if(
mysql_num_rows($result)==0) {
echo 
"No hay registros";

__________________
*La amistad se multiplica cuando se divide*