<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019308" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019308</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thanks!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1115364</link>
    <description> &lt;p&gt;Much thanks for all the input guys...&lt;/p&gt;
&lt;p&gt;I crapped out and just installed the script on both servers so i don&#039;t have to include a script remotely =)&lt;/p&gt;
&lt;p&gt;Thank you so much for the info tho!&lt;/p&gt;
 </description>
     <pubDate>Thu, 03 Oct 2002 18:17:18 +0000</pubDate>
 <dc:creator>raine</dc:creator>
 <guid isPermaLink="false">comment 1115364 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1115008</link>
    <description> &lt;p&gt;I think he is just trying to get the output rob. Not the actual code. Correct me if I am wrong but couldn&#039;t you have one php file on your local site that could access the remote site&#039;s output and then just use the execute command in SSI to run the php page. This would be slow but I think it would work. Something like:&lt;/p&gt;
&lt;p&gt;I am not sure whether you would use &quot;include&quot; or &quot;exec&quot; for that last one but then you could have have getremotesite.php be:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$url&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Just a thought.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Sep 2002 12:11:57 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1115008 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1114982</link>
    <description> &lt;p&gt;you can&#039;t include anything that is not on your server, or a mapped server, OTHER THAN what you&#039;d see in a browser.&lt;/p&gt;
&lt;p&gt;IE: you CAN indeed include a PHP file from a different domain if URL fopen wrappers are enabled, or you enable them, BUT you&#039;re not including it as PHP code, you&#039;re going to get the HTML output of the script (the same thing you&#039;d see if you visited the URL in a browser). Now if  the script outputs valid php code, or the webserver isnt configured to parse PHP files, PHP will fetch the code and execute it.&lt;/p&gt;
&lt;p&gt;It&#039;s just the way it is, and the way it should be, and there&#039;s NO way around it, and it should be fairly obvious why that is.  Being able to arbitrarily access anyones working code whenever you want just isn&#039;t a feature of PHP or any other language.&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Sep 2002 04:25:09 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1114982 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1114977</link>
    <description> &lt;p&gt;Actually, you can execute files/scripts with SSI exec command.&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Sep 2002 04:05:13 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1114977 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1114975</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by dk01 &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Can you use the shtml execute command? I dunno I have never actually used it.&lt;br /&gt;
-dk &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;No, you cannot. SSI only works when you are calling files from your servers. You could use a JavaScript include, possibly, but the other site would have to do that for you and I don&#039;t recommend it because people with it disable won&#039;t see it and it&#039;s slower.&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Sep 2002 03:44:36 +0000</pubDate>
 <dc:creator>mjames</dc:creator>
 <guid isPermaLink="false">comment 1114975 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1114870</link>
    <description> &lt;p&gt;Can you use the shtml execute command? I dunno I have never actually used it.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Sep 2002 13:41:16 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1114870 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1114862</link>
    <description> &lt;p&gt;You need to call it from a .php file unless you configure Apache to parse .html files as PHP.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Sep 2002 11:00:31 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1114862 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>How about with HTML?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1114852</link>
    <description> &lt;p&gt;Is there anyway I can call this script with HTML only in an .shtml page?&lt;/p&gt;
&lt;p&gt;If at all possible, I don&#039;t want to convert all my pages to php&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Sep 2002 06:45:57 +0000</pubDate>
 <dc:creator>raine</dc:creator>
 <guid isPermaLink="false">comment 1114852 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-include-something-another-site#comment-1114845</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.php.net/fopen&quot; class=&quot;bb-url&quot;&gt;php.net/fopen&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You&#039;ll need some PHP programming done if you just want to include parts of another website.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Sep 2002 23:13:22 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1114845 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
