[solved] checking the existence of a file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
TalonStriker
Forum Newbie
Posts: 8
Joined: Thu May 26, 2005 2:56 pm

[solved] checking the existence of a file

Post by TalonStriker »

hi again,
i'm wondering if there is anyway to check the existence of a file, no matter what file type it is.

any ideas?

thanks!
Last edited by TalonStriker on Wed Jun 29, 2005 9:48 am, edited 1 time in total.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

The manual is your friend ... file_exists
Post Reply