Ver Mensaje Individual
  #8 (permalink)  
Antiguo 06/01/2010, 12:57
pedritoinexperto
 
Fecha de Ingreso: octubre-2009
Mensajes: 12
Antigüedad: 14 años, 6 meses
Puntos: 0
Respuesta: Como separar resultados

Agregue lo siguiente y me funciono muy bien Gracias

Código PHP:
if(($row[COMPU] !=  NULL) and ($row[ipaddr] != NULL) and ($row[Anti] != NULL) and ($row[version] != NULL) and ($row[soft2] != NULL))
            echo 
NULL
                else { echo 
"$row[COMPU] - $row[ipaddr] - $row[Anti] - $row[version] - 'Sin Agente' <br />\n"; }