tarun Posted August 10, 2007 Share Posted August 10, 2007 Is There A Function Or Method Which Can Check Wether A File Is Local ThanX, Tarun Quote Link to comment https://forums.phpfreaks.com/topic/64252-check-if-a-file-is-local/ Share on other sites More sharing options...
wildteen88 Posted August 10, 2007 Share Posted August 10, 2007 Is There A Function Or Method Which Can Check Wether A File Is Local ThanX, Tarun By local do you mean on the server (where the website is hosted from) or do your mean from a clients computer (person who visits your site). If its the latter then it is not possible for PHP to fetch files of a client computer. Quote Link to comment https://forums.phpfreaks.com/topic/64252-check-if-a-file-is-local/#findComment-320321 Share on other sites More sharing options...
tarun Posted August 10, 2007 Author Share Posted August 10, 2007 Ooopss Sorry I Meant On The Server ThanX Quote Link to comment https://forums.phpfreaks.com/topic/64252-check-if-a-file-is-local/#findComment-320580 Share on other sites More sharing options...
tarun Posted August 10, 2007 Author Share Posted August 10, 2007 SORRY - THIS TOPIC IS NOT ACTUALLY SOLVED I PRESSED THE WRONG BUTTON :-[ UNSOLVED Quote Link to comment https://forums.phpfreaks.com/topic/64252-check-if-a-file-is-local/#findComment-320582 Share on other sites More sharing options...
wildteen88 Posted August 10, 2007 Share Posted August 10, 2007 If you want to check if a file exists on the server you can use the file_exist function. Quote Link to comment https://forums.phpfreaks.com/topic/64252-check-if-a-file-is-local/#findComment-320677 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.