Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
does anyone know the function...
Old 08-01-2004, 05:07 PM does anyone know the function...
amaranth's Avatar
Average Talker

Posts: 16
Trades: 0
who knows what function identifies whether or not a file exists?
im vaguely sure such function exists because i noticed it in a manual a while ago. except now i dont have the manual and cant remember at all what exactly it was that i saw in it.
can anyone help me there?
i need an answer relatively quickly.

__________________
~ I have seen life on this planet. That is why I am looking elsewhere. ~
amaranth is offline
Reply With Quote
View Public Profile Visit amaranth's homepage!
 
 
Register now for full access!
Old 08-01-2004, 05:15 PM
Unknown.

Posts: 1,693
Trades: 0
Use the file_exists function...

PHP Code:
<?php
$filename 
'/path/to/foo.txt';

if (
file_exists($filename)) {
    print 
"The file $filename exists";
} else {
    print 
"The file $filename does not exist";
}
?>
More info... http://www.phpbuilder.com/manual/fun...ile-exists.php

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 08-01-2004, 05:23 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
Note that directories are 'files' too. So you can use is_file() and is_dir() to find out specifically if it is a file or directory.
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

--
Please login or register to view this content. Registration is FREE

Christopher is offline
Reply With Quote
View Public Profile
 
Old 08-02-2004, 05:44 PM
amaranth's Avatar
Average Talker

Posts: 16
Trades: 0
thanks you guys that helps
__________________
~ I have seen life on this planet. That is why I am looking elsewhere. ~
amaranth is offline
Reply With Quote
View Public Profile Visit amaranth's homepage!
 
Reply     « Reply to does anyone know the function...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.80026 seconds with 12 queries