![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/09/2009, 13:43
|
![Avatar de mayid](http://static.forosdelweb.com/customavatars/avatar293515_6.gif) | Colaborador | | Fecha de Ingreso: marzo-2009 Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 10 meses Puntos: 101 | |
Respuesta: determinar existencia de una imagen $dir= "directoriocompleto";
$dh = opendir($dir) {
while (($file = readdir($dh)) !== false) {
if ($file == "favicon.ico" {}
}
closedir($dh); |