Thanks for your response, but unfortunately it is still not displaying the information from the file. I just get a blank panel. I guess it can't be done.
If it does NOT work, the error is to be found another place. It’s standard and it works.
I'm trying to do this on version 8.00.21...do you think that has something to do with it because all I get is a blank panel. Where else should I look for the error. If I enter the url I want displayed out of php-fusion, it works fine so the url is correct.
I don't know. It's hard to say without insight.
I would start putting the file_get_contents line in a separate new php file, and test it here. If this does work it's something with the remaining code or phpfusion.
I think I found the problem...my webhost has disabled allow_url_fopen=0 in the configuration and I don't believe I have access to the php.ini file to fix it. Perhaps I can get it done through the wrapper infusion and display it that way, although I wanted it to be visible to the user as soon as they get to the home page without having to click on a link. If you have any suggestions on doing that, I would appreciate any input.
you can also use curl or maybe an old school html <iframe>