Ver Mensaje Individual
  #7 (permalink)  
Antiguo 09/09/2008, 15:03
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Error en consulta PHP

Código PHP:
if( $rows == ) {
      echo 
"no hay trabajos";
} else {
     
// aqui dibujas tu tabla con el while

Saludos.