<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    >

<channel>
    <title>Webmonkey &#187; CGI</title>
    <atom:link href="http://www.webmonkey.com/tag/cgi/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Fri, 05 Apr 2013 20:20:46 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Action</title>
        <link>http://www.webmonkey.com/2010/02/action/</link>
        <comments>http://www.webmonkey.com/2010/02/action/#comments</comments>
        <pubDate>Tue, 16 Feb 2010 01:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=21</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Action is a Form attribute that communicates with the common gateway interface (CGI) program to process. For example, if you entered &#8220;bananas&#8221; to the following form: &#60;form action="../processor.cgi"&#62; Please process this: &#60;input name=food&#62;&#60;br&#62; &#60;input type=submit&#62; &#60;/form&#62; The HTML form would send the input &#8220;bananas&#8221; to the cgi script. To the cgi script, the action would [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>Action is a Form attribute that communicates with the <a href="/2010/02/Common_Gateway_Interface" title="Reference:Common Gateway Interface">common gateway interface</a> (CGI) program to process.

</p><p>For example, if you entered &#8220;bananas&#8221; to the following form:

</p>

<pre class="brush: js">&lt;form action="../processor.cgi"&gt;

Please process this:

    &lt;input name=food&gt;&lt;br&gt;



    &lt;input type=submit&gt;

&lt;/form&gt;

</pre>

<p>The HTML form would send the input &#8220;bananas&#8221; to the cgi script. To the cgi script, the action would look like: <tt>../processor.cgi?food=bananas</tt><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/action/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>CGI</title>
        <link>http://www.webmonkey.com/2010/02/cgi/</link>
        <comments>http://www.webmonkey.com/2010/02/cgi/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=69</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Common Gateway Interface (CGI) describes a server-side program that receives and processes information sent from a web form. CGI programs are the most common way to exchange and process information between a web page. They can be written in any practically any programming language and are run on web servers.]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>Common Gateway Interface (CGI) describes a server-side program that receives and processes information sent from a web form.

</p><p>CGI programs are the most common way to exchange and process information between a web page. They can be written in any practically any programming language and are run on web servers.

</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/cgi/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    </channel>
</rss>