20/07/2006, 04:48
|
| | | Fecha de Ingreso: marzo-2004 Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 8 meses Puntos: 62 | |
;) Puedes probar con PHP: Código PHP: if (file_exists("mifichero.txt")){
echo "El fichero existe";
}else{
echo "El fichero no existe";
}
fuente: http://www.desarrolloweb.com/articulos/2403.php |