Forum Moderators: coopster
I have written a script that will display the contents of my RSS feed on any page. My goal is to allow other sites to post my feed within their site and I was just wondering if it is possible to do remote includes like:
<? include("http://www.example.com/show_feed.php");?>
If this is on another domain other than example.com will it work correctly?
I have explored a javascript solution but I have found PHP to produce better results as I'd prefer to not depend upon JS.
If this is not correct could someone suggest another possible solution? Thanks in advance.
Matt