blesseld Posted June 18, 2010 Share Posted June 18, 2010 Hey, I have file_get_contents working on my server, I am in the process of building a template that will then be distributed to multiple people, I would like to have a News/What's New box within the template so I can update it from my domain. My question: Will this work across other servers grabbing info from the server where my main domain is hosted, I tested between 2 domains on the same server, wondering when someone installs on there server if it will work or not? Thanks Link to comment https://forums.phpfreaks.com/topic/205205-file_get_contents-workinginquiry/ Share on other sites More sharing options...
trq Posted June 19, 2010 Share Posted June 19, 2010 There is no guarantee that a user will be able to make a request via http using get_file_contents() as it relies completely on there servers allow_url_fopen settings. Link to comment https://forums.phpfreaks.com/topic/205205-file_get_contents-workinginquiry/#findComment-1074236 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.