![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/07/2010, 11:33
|
| | Fecha de Ingreso: febrero-2009
Mensajes: 53
Antigüedad: 16 años 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 |