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 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. 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 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 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. 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
Archived
This topic is now archived and is closed to further replies.