<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001113" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001113</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/compiling-data-form#comment-1004867</link>
    <description> &lt;p&gt;Vinny, Adam, Lloyd and Anti -&lt;/p&gt;
&lt;p&gt;Thanks for your responses.  I found a place through the site Adam recommended that will let me basically do what I want, but I&#039;d like to be able to do it myself (to have more control over the format and to avoid the advertising).&lt;/p&gt;
&lt;p&gt;Lloyd, would it be possible to give me a small example of how I can have the data sent to a script for processing? I assume I would use the onSubmit=&quot;function()&quot; in the &amp;lt;form&amp;gt; tag?  This would allow me to process the data in a script?  Then how can I write the data to a database at that point?  If you could give me a small example, maybe I could figure it out from there.  &lt;/p&gt;
&lt;p&gt;Thanks again for all the help.&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 May 2000 14:15:00 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1004867 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/compiling-data-form#comment-1004866</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;if your host only allows form2mail-cgis,&lt;br /&gt;
you can automate the local process.&lt;/p&gt;
&lt;p&gt;Here&#039;s what I do:&lt;br /&gt;
- user enters data into form&lt;br /&gt;
- from2mail sends it to a special pop3 mailbox&lt;br /&gt;
- fetchmail takes the mail from that pop3 once every 6 hours&lt;br /&gt;
- procmail does some simple pre-sorting&lt;br /&gt;
- a small perl-script parses the data and puts it into a mySQL table&lt;/p&gt;
&lt;p&gt;once every few days (or more often if needed) :&lt;br /&gt;
- another script runs and extracts all data from mySQL into &quot;data&quot;-files&lt;br /&gt;
- wml runs and packages &quot;data&quot; and templates&lt;br /&gt;
- sitecopy uploads the stuff&lt;/p&gt;
&lt;p&gt;That&#039;s how the &quot;news&quot; on linux-history.org work.&lt;br /&gt;
(Well, there is some verification involved, but that&#039;s &quot;nice to have&quot; and not essential.)&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 May 2000 10:12:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1004866 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/compiling-data-form#comment-1004865</link>
    <description> &lt;p&gt;Vinny is right - you need CGI. You don&#039;y need to get the results in email format, you can get this data sent directly to a script which can organise it for you. The script can store the data in a database or a text file.&lt;/p&gt;
&lt;p&gt;I will move this post to the Cgi &amp;amp; Perl Forum.&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 May 2000 05:14:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1004865 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/compiling-data-form#comment-1004864</link>
    <description> &lt;p&gt;Take a look at:&lt;br /&gt;
 &lt;a href=&quot;http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Survey_and_Voting/&quot; class=&quot;bb-url&quot;&gt;http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Survey_and_Voting/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Adam&lt;br /&gt;
AIS Internet Solutions&lt;br /&gt;
 &lt;a href=&quot;mailto:adam@aisinternet.com&quot; class=&quot;bb-email&quot;&gt;adam@aisinternet.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.aisinternet.com&quot; class=&quot;bb-url&quot;&gt;www.aisinternet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 May 2000 04:45:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1004864 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/compiling-data-form#comment-1004863</link>
    <description> &lt;p&gt;Vinny,&lt;/p&gt;
&lt;p&gt;Thanks for the reply.  I do have a guestbook, but I&#039;m at a loss as to how I would place data sent to the guestbook into a var, then read it.  Any chance that you would have some sample code of how to do that?  Thanks again.&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 May 2000 02:27:00 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1004863 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/compiling-data-form#comment-1004862</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  cgi.&lt;br /&gt;
  if you have a guestbook, you might be able to send the info there -- place it in a var, read it, increment it, rewrite it by appending.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.javaplace.co.uk&quot; class=&quot;bb-url&quot;&gt;The Javascript Place Forums&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 May 2000 02:14:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1004862 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
