Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter RegyRegy

    (@regyregy)

    nevermind,

    I have done it with

    <?php
    $filename = '/path/to/foo.txt';
    
    if (file_exists($filename)) {
        echo "The file $filename exists";
    } else {
        echo "The file $filename does not exist";
    }
    ?>
    Plugin Author bpiwowar

    (@bpiwowar)

    Hi,

    is this solved?

    Benjamin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘@?ppt@ does not work’ is closed to new replies.