Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2005, 08:54
Avatar de dwaks
dwaks
 
Fecha de Ingreso: agosto-2002
Ubicación: Panamá
Mensajes: 962
Antigüedad: 21 años, 9 meses
Puntos: 15
Puedes usar la funcion strpos()
Código PHP:
<?php
if(strpos("Imagenes/prubeas/dasdas.gif","/")){
    echo 
"esta";    
}
else{
    echo 
"no esta";    
}
?>
Puedes ver mas en http://www.php.net/strpos