Hey, basically I want to run a PHP file in SSH. I know how to do it, php /var/to/file.php... but the thing is, in this PHP script I have a txt file that I want the PHP to open - when running the PHP script on apache it can find the file... but with SSH it can't... The file is located in the same place as the script, and whatever path I put it (/ or /var/www/html) it can't find it! Any help? Thanks. EDIT: nevermind I have done it... it worked with /var/www/html, but last time it didn't. O.O