Michdd Posted March 29, 2009 Share Posted March 29, 2009 Does file_exists work on outside sources? Link to comment https://forums.phpfreaks.com/topic/151621-solved-quick-question/ Share on other sites More sharing options...
wildteen88 Posted March 29, 2009 Share Posted March 29, 2009 No. It will only work for files that is on the server PHP is installed on. You cannot not use it to check if a file exists on another server Link to comment https://forums.phpfreaks.com/topic/151621-solved-quick-question/#findComment-796302 Share on other sites More sharing options...
MadTechie Posted March 29, 2009 Share Posted March 29, 2009 Extra info: but if you did need to check you could create a function using sockets or curl Link to comment https://forums.phpfreaks.com/topic/151621-solved-quick-question/#findComment-796305 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.