utpal Posted March 27, 2008 Share Posted March 27, 2008 Hi, I am trying to download an XML file using php from a website which contains a currency conversion data. I want all the data to be added in a local currency table. but i am getting an error.. ERROR: 10060 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Please Help...... Link to comment https://forums.phpfreaks.com/topic/98172-error-10060-please-help/ Share on other sites More sharing options...
discomatt Posted March 27, 2008 Share Posted March 27, 2008 This means the remote file you attempted to access is either blocking your attempt, you typed to URL in wrong, or the file simply doesn't exist. I've never actually worked on a server with remote file wrapping turned off either, so that may be an issue as well... though my guess would be that it would return a different error. Link to comment https://forums.phpfreaks.com/topic/98172-error-10060-please-help/#findComment-502265 Share on other sites More sharing options...
utpal Posted March 28, 2008 Author Share Posted March 28, 2008 Hi, I am trying to download an XML file using php from a website which contains a currency conversion data. I want all the data to be added in a local currency table. but i am getting an error.. ERROR: 10060 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Please Help...... Link to comment https://forums.phpfreaks.com/topic/98172-error-10060-please-help/#findComment-502930 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.