Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/10/2006, 21:14
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
usa !:
Código PHP:
if( !file_exists$ruta ) ) {
     print 
"no existe";

Con ! estas diciendo que tome el valor contrario al que te regrese, por decir:
!true = false
!false = true