Jump to content

Function to check if a file exists or not? (Like readfile() but no output)


hatrickpatrick

Recommended Posts

Does anyone know if there is a function to check whether a file exists or not? Something like readfile(), but which DOESNT actually output the file. I'm trying to write an upload script, so something like this:

if (@readfile("$filename"))
{
echo "This file exists already";
}
else
{
echo "This file does not exist";
}

 

Anyone know?

Ah. Never have thought of that, thanks  ;D

 

Why DO they make function names so obscure and incomprehensible?

 

EDIT: Wait hang on, how could I get it to read a remote URL? like http://otherserver.com/file.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.