Avatar Image
Usuario Novato
Usuario Novato

Tengo una pregunta: esta hablilitada la sentencia file_exist en mi@?????

Cuando intento comprobar si existe un fichero me da el siguente error:

Fatal error: Call to undefined function: file_exist() in /home/webcindario/-------------------- on line XX

Tambien he intentado hacerlo con fopen y tampoco....

alguien me puede ayudar???

www.LAMATERIAOSCURA.com

Avatar Image
Colaborador
Colaborador

prueba con file_exists ( )

y no con file_exist ()

te faltaba una "ese"

-------------------------------------------------
Programando :
http://www.armas.es
-------------------------------------------------
- TEN CUIDADO CUANDO QUIERAS PISARME, QUE PUEDES RESBALAR
Avatar Image
Usuario habitual
Usuario habitual

Meramente testee este codigo y me rula bien el asutno.

<?
$file='index.html';
if (file_exists($file)) {
echo "$file existe";
}
?>

Como dice dacruzvi te faltaba una "s"

Avatar Image
Usuario Novato
Usuario Novato

ups......

Gracias y perdon por la duda tonta..... que despistes¡

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares