<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012105" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012105</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/quick-question#comment-1069888</link>
    <description> &lt;p&gt;your syntzx is wrong.  you need ()&#039;s  and &#039;exec&#039; is outside {}&lt;/p&gt;
&lt;p&gt;if (param(&#039;M_kwikname&#039;) eq &#039;1&#039; ) {&lt;br /&gt;
exec(&#039;/home/branditnow/cgi-bin/authkwik.pl&#039;);&lt;br /&gt;
} &lt;/p&gt;
&lt;p&gt;if (param(&#039;transStatus&#039;) eq &#039;Y&#039; ) {&lt;br /&gt;
&amp;amp;AUTHORISED;} &lt;/p&gt;
&lt;p&gt;if (param(&#039;transStatus&#039;) eq &#039;C&#039; ) {&lt;br /&gt;
&amp;CANCELLED;}&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Aug 2000 21:08:10 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1069888 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/quick-question#comment-1069843</link>
    <description> &lt;p&gt;I think the exec will disregards whatever you have after it!&lt;br /&gt;
So use other call (I prefer backticks ``)&lt;/p&gt;
&lt;p&gt;Hope it helps!&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Aug 2000 13:03:04 +0000</pubDate>
 <dc:creator>123finder.com</dc:creator>
 <guid isPermaLink="false">comment 1069843 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/quick-question#comment-1069840</link>
    <description> &lt;p&gt;Sorry If i&#039;m being a bit dense - bit of a newbie&lt;br /&gt;
but I have structured the exec like this but&lt;br /&gt;
just get the dreaded internal error.&lt;/p&gt;
&lt;p&gt;if (param(&#039;M_kwikname&#039;) eq &#039;1&#039; )&lt;br /&gt;
	exec{&#039;/home/branditnow/cgi-bin/authkwik.pl&#039;} &lt;/p&gt;
&lt;p&gt;if (param(&#039;transStatus&#039;) eq &#039;Y&#039; ) {&lt;br /&gt;
		&amp;amp;AUTHORISED;}&lt;/p&gt;
&lt;p&gt;if (param(&#039;transStatus&#039;) eq &#039;C&#039; ) {&lt;br /&gt;
		&amp;CANCELLED;}&lt;/p&gt;
&lt;p&gt;PS I have tried putting the semi-colon in different places&lt;br /&gt;
but still nothing??? Any ideas as to where i&#039;m going&lt;br /&gt;
wrong would be greatly appreciated!!&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Aug 2000 10:45:21 +0000</pubDate>
 <dc:creator>myriad</dc:creator>
 <guid isPermaLink="false">comment 1069840 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/quick-question#comment-1069824</link>
    <description> &lt;p&gt;About flock file, I think it&#039;s a should! But I don&#039;t know any drawbacks. Preventing other scripts write to the file at the same time (result: a messed-up file!)&lt;/p&gt;
 </description>
     <pubDate>Sun, 20 Aug 2000 22:58:03 +0000</pubDate>
 <dc:creator>123finder.com</dc:creator>
 <guid isPermaLink="false">comment 1069824 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/quick-question#comment-1069823</link>
    <description> &lt;p&gt;use:&lt;br /&gt;
@output = `your call`;&lt;br /&gt;
or system(&quot;command&quot;,&quot;a1&quot;,&quot;a2&quot;,&quot;a3&quot;);&lt;br /&gt;
or exec(&quot;your call&quot;);&lt;/p&gt;
&lt;p&gt;Hope it helps&lt;/p&gt;
 </description>
     <pubDate>Sun, 20 Aug 2000 22:56:02 +0000</pubDate>
 <dc:creator>123finder.com</dc:creator>
 <guid isPermaLink="false">comment 1069823 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
