Ver Mensaje Individual
  #7 (permalink)  
Antiguo 31/07/2010, 11:33
sheerrmaan
 
Fecha de Ingreso: febrero-2009
Mensajes: 53
Antigüedad: 15 años, 3 meses
Puntos: 3
Respuesta: Funcion: file_exists(nombre_del_fichero)

Código:
<?php
if (file_exists("ficheros/".$_POST[id].".txt")){
   echo "El fichero existe";
}else{
   echo "El fichero no existe";
}
?>
CREO que es asi