Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/10/2006, 11:02
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
Prueba asi:
Código PHP:
$result $this->sqlSelect("campo1,campo2,campo3,campo4",
                                         
"campo5","campo6='2'","1");
if( 
is_string$result ) ) die( $result );

$row mysql_fetch_assoc($this->select);

if(
mysql_num_rows($this->select) == 1)    {
// .....