<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018548" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018548</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109117</link>
    <description> &lt;p&gt;Yes, just use seperate SSI calls.&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 May 2002 16:18:44 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1109117 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109115</link>
    <description> &lt;p&gt;Yes, thank you Mark!  Does this mean that I can call &lt;del&gt;both&lt;/del&gt; php anf perl elements from within the same .shtml webpage?  That would be &lt;strong&gt;great&lt;/strong&gt;!!!&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 May 2002 15:48:43 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1109115 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109093</link>
    <description> &lt;p&gt;Well that&#039;s awesome! Thanks, Mark! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 May 2002 06:12:37 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1109093 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109089</link>
    <description> &lt;p&gt;Yes.&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 May 2002 05:36:07 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1109089 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109087</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Mark Hensler &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;You can include PHP using SSI within .shtml pages. (same syntax as including CGI files)&lt;br /&gt;
You cannot use SSI within PERL pages. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;And it will execute any scripting?&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 May 2002 04:39:57 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1109087 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109086</link>
    <description> &lt;p&gt;You can include PHP using SSI within .shtml pages. (same syntax as including CGI files)&lt;br /&gt;
You cannot use SSI within PERL pages.&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 May 2002 04:32:07 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1109086 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109084</link>
    <description> &lt;p&gt;yeah. I know it can be done (all sorts of complex server side stuff) but I don&#039;t think it&#039;s one easily, if at all for most hostly situations. All that executing seems to me to be a major security risk. It&#039;s bad enough with client side issues.&lt;/p&gt;
&lt;p&gt;You can still call perl scripts within the page, I think -- like in an image -- src=&quot;script.pl&quot; -- or something? I guess it depends on what you&#039;re doing.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; S&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 May 2002 03:24:03 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1109084 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109083</link>
    <description> &lt;p&gt;Well that sucks for me.  I don&#039;t know how to write any php code at all, and I don&#039;t feel like rewriting my entire site anyway.  Is there anyway to &quot;wrap&quot; my shtml pages into a php shell?  Okay, now that I see that I realize how dumb that sounds.  &lt;/p&gt;
&lt;p&gt;So for interactive features, if it&#039;s an entire self-contained page I can use either Perl of php because it&#039;s still only one language per each page), but for smaller elements that would be added to main content shtml pages via SSI call (counters, polls, whatever), there&#039;s no way to include php from within shtml but I can include perl from within shtml?  Hmmm.  I got some decisions I gotta make.&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 May 2002 03:08:45 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1109083 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/%C2%BD-shtml-%C2%BD-php#comment-1109062</link>
    <description> &lt;p&gt;A conditional no. Apparently some versions of Apache (new) will allow this? &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webmaster-forums.com/showthread.php?threadid=18342&quot; class=&quot;bb-url&quot;&gt;http://www.webmaster-forums.com/showthread.php?threadid=18342&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This thread goes on about this at length. In general, you can&#039;t combine languages. I would recommend you move your site to all php.&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 May 2002 23:00:05 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1109062 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
