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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/205205-file_get_contents-workinginquiry/#findComment-1074236 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.