Results 1 to 3 of 3

Thread: How can I know if a file exits or not?!

  1. #1
    Join Date
    Jul 2005
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How can I know if a file exits or not?!

    I'm working on a page where I have to show many pictures depending on date. It does quite good , but sometimes the figure does not exits and it just shows the alt comment in a empty box. I wonder if I could do anything in order to find out if the figure exits or not in order to avoid the empty box?
    Does any of you have an idea?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Call the file_exists( file ) function.
    Nice to see someone actually using PHP... the server-side forums here are depressingly barren
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2005
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks! It works

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •