• hi,i’m in need of a code or idea. I want to show the images only if it exist in uploads folder otherwise not to show the link. I used file_exist(path of the file by url) and is_file function. But its not working. And my code is here.
    $kv_out_small contains the url of image file.
    if (is_file($kv_out_small)) {

    } else {

    }
    and it returns to execute else queries. What i made wrong here.
    kindly revert me some reply.

  • The topic ‘Code help for file checking…’ is closed to new replies.