<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1027457" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1027457</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/ssi-call#comment-1163904</link>
    <description> &lt;p&gt;Well, if you want the results in the page source using php you can do:&lt;/p&gt;
&lt;p&gt;&amp;lt;? readfile(&#039;http://etc&#039;); ?&amp;gt;&lt;/p&gt;
&lt;p&gt;As long as you have the server set to &quot;fsockopen&quot; I think, it&#039;s all documented on &lt;a href=&quot;http://www.php.net&quot; class=&quot;bb-url&quot;&gt;http://www.php.net&lt;/a&gt;, just look up the readfile function.&lt;/p&gt;
&lt;p&gt;Just remember that if you plan to use php, you&#039;ll likely have to end your filenames in php, unless you know how to alter your Apache httpd conf&lt;/p&gt;
 </description>
     <pubDate>Sat, 08 Jan 2005 08:06:42 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1163904 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/ssi-call#comment-1163705</link>
    <description> &lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;thanks. I am attaching some details and your help is needed. I need contents to be display in source code like the web site &lt;a href=&quot;http://www.onlineseats.com&quot; class=&quot;bb-url&quot;&gt;onlineseats.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am writing some details about plugins&lt;/p&gt;
&lt;p&gt;There are two ways to call a plug-in on a web page in your website: using javascript or HTML.  In either case, you must first formulate the URL that will be called to retrieve the plug-in code.  There are four parts to the URL: the Plug-In Service, the Broker Id, the Template ID, and the Template Parameters.&lt;/p&gt;
&lt;p&gt;The Plug-In Service and the Broker Id (bid) will always be the same (the former will always be tickettransaction.com and the latter is your TicketNetwork Exchange ID).  The Template ID (tid) and the Template Parameters will vary, depending on the plug-in you wish to call.  Both are listed under required parameters for each plug-in below.&lt;br /&gt;
Once you know the URL, retrieving the code for your page is simple: You may either use this URL as the src attribute for a &amp;lt;script language=?javascript?&amp;gt;&amp;lt;/script&amp;gt; tag, or you can call the URL using serverside code and write the HTML to your page before returning it to the browser.  In the latter case, you will need to append the name/value pair &quot;html=true&quot; to the URL so that the code you receive will not be javascript, but html.&lt;/p&gt;
&lt;p&gt;bid: [your broker id number]&lt;br /&gt;
tid: general_results or 301&lt;br /&gt;
kwds: [the words with which to perform the search]&lt;br /&gt;
stype: 0 | 1 | 2 [corresponding to the &quot;search types&quot; given above]&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Jan 2005 14:04:18 +0000</pubDate>
 <dc:creator>jagan</dc:creator>
 <guid isPermaLink="false">comment 1163705 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/ssi-call#comment-1163064</link>
    <description> &lt;p&gt;What type of content is in &lt;strong&gt;http://tickettransaction.com/?bid=322&amp;amp;sitenumber=3&amp;amp;tid=general_results&amp;amp;kwds=sports&amp;amp;stype=0&lt;/strong&gt;?&lt;/p&gt;
&lt;p&gt;As you have it coded, you are telling the web browser that it is javascript code that is supposed to be processed by the browser. &lt;/p&gt;
&lt;p&gt;If it is actual HTML code, PHP code, or ASP code, then this is not the way to call it.&lt;/p&gt;
&lt;p&gt;Doing&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;amp;gt;&lt;br /&gt;document.write(&amp;#039;&amp;amp;lt;script LANGUAGE=&amp;quot;JavaScript&amp;quot; SRC=&amp;quot;http://tickettransaction.com/?bid=322&amp;amp;sitenumber=3&amp;amp;tid=general_results&amp;amp;kwds=sports&amp;amp;stype=0&amp;quot;&amp;amp;gt;&amp;lt;\/SCRIPT&amp;gt;&amp;#039;);&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039; is not server-side scripting, it is client side, so you will not see the results included with the source code sent to the browser, the browser will internally get the page you specify and process it.&lt;/p&gt;
&lt;p&gt;(additionally, the code you have could have (if it was right) be just written as &lt;code&gt;&amp;amp;lt;script LANGUAGE=&amp;quot;JavaScript&amp;quot; SRC=&amp;quot;http://tickettransaction.com/?bid=322&amp;amp;sitenumber=3&amp;amp;tid=general_results&amp;amp;kwds=sports&amp;amp;stype=0&amp;quot;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Dec 2004 21:09:08 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1163064 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
