<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018358" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018358</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/secure-form#comment-1108506</link>
    <description> &lt;p&gt;Try PayPal &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>Wed, 08 May 2002 08:35:04 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1108506 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/secure-form#comment-1108466</link>
    <description> &lt;p&gt;I am manually processing the cc&#039;s. Once they send me the information I will process it on my cc processor. I just wanted an easy way for a buyer to send me secure data. My business is not big and I do not have the knowledge or resources to build a complicated site.&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 May 2002 19:16:58 +0000</pubDate>
 <dc:creator>rosco</dc:creator>
 <guid isPermaLink="false">comment 1108466 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/secure-form#comment-1108447</link>
    <description> &lt;p&gt;Why are you collecting cc info if you aren&#039;t going to do anything with it?&lt;/p&gt;
&lt;p&gt;You can use Pgp or Gpg to send encrypted messages from a secure server to your email. You will than, in turn need to unencrypt it once it is on your computer. There are lots of pre-made scripts for both Pgp and Gpg. Pgp is not free, it cost $$$. Gpg is just a free nock off of Pgp, which is what I use and most others who don&#039;t want to pay for Pgp.&lt;/p&gt;
&lt;p&gt;Cgi resource has a list of pgp and gpg scripts that you can use. Most are for free. &lt;a href=&quot;http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Form_Processing/&quot; class=&quot;bb-url&quot;&gt;http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Form_Processing/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Remember, you need to collect the data on secure server, or the information can fall into the wrong hands.&lt;/p&gt;
&lt;p&gt;Goodluck! &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>Tue, 07 May 2002 10:30:25 +0000</pubDate>
 <dc:creator>littlest</dc:creator>
 <guid isPermaLink="false">comment 1108447 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/secure-form#comment-1108055</link>
    <description> &lt;p&gt;Ack. I must of misread the OPs message. I took &quot;There will be no credit card processing.&quot; to mean that there will be no credit card information sent.&lt;/p&gt;
&lt;p&gt;Scratch that then! &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>Wed, 01 May 2002 08:37:43 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1108055 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/secure-form#comment-1108028</link>
    <description> &lt;p&gt;Just a note: he will be transmitting credit card information through this form. Formmail is not going to solve his needs.&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Apr 2002 22:07:41 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1108028 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/secure-form#comment-1107984</link>
    <description> &lt;p&gt;If you don&#039;t want to reinvent the wheel (many people have done this already) then go to the following URL and download &lt;strong&gt;Formail&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://nms-cgi.sourceforge.net/scripts.shtml&quot; class=&quot;bb-url&quot;&gt;http://nms-cgi.sourceforge.net/scripts.shtml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Unpack the archive and follow the instructions in the README file. There will be a few basic settings need changing (like your email address, for example). &lt;/p&gt;
&lt;p&gt;You will then need to upload these to your secure server, and whala! You&#039;re done. People can fill in a form online and it will be shot off to you via email. &lt;/p&gt;
&lt;p&gt;Please note that this is not the most secure method as emails do not get encrypted with this program - I couldn&#039;t actually find one that did encrypt then send (is there a gap in the market there? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;). &lt;/p&gt;
&lt;p&gt;If you&#039;re having any problems installing, just reply to this thread and I&#039;m sure someone will be able to help you.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Apr 2002 08:34:23 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1107984 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
