<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1031194" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1031194</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/form-processing-php#comment-1187157</link>
    <description> &lt;p&gt;pick up form variables using $_POST global, then just populate $subject, $from, $to, and $body, and use mail() function to send out email... or look for form2mail tutorials on HotScripts &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>Mon, 05 Dec 2005 13:11:44 +0000</pubDate>
 <dc:creator>boccio</dc:creator>
 <guid isPermaLink="false">comment 1187157 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/form-processing-php#comment-1186940</link>
    <description> &lt;p&gt;I&#039;d suggest using &lt;a href=&quot;http://phpmailer.sourceforge.net/&quot; class=&quot;bb-url&quot;&gt;phpMailer&lt;/a&gt;. There&#039;s a &lt;a href=&quot;http://phpmailer.sourceforge.net/tutorial.html&quot; class=&quot;bb-url&quot;&gt;first time user tutorial&lt;/a&gt;. There&#039;s also a &lt;a href=&quot;http://www.phpfreaks.com/tutorials/130/0.php&quot; class=&quot;bb-url&quot;&gt;tutorial for it on phpFreaks&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Dec 2005 16:34:35 +0000</pubDate>
 <dc:creator>KeithMcL</dc:creator>
 <guid isPermaLink="false">comment 1186940 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/form-processing-php#comment-1186931</link>
    <description> &lt;p&gt;if you know how to make forms in html, it&#039;s easy to use the &lt;a href=&quot;http://www.php.net/mail&quot; class=&quot;bb-url&quot;&gt;php mail function&lt;/a&gt; to mail the form.&lt;/p&gt;
&lt;p&gt;just create your form in the html, and have it call mailer.php or whatever.  in mailer.php, compose your message body in a variable, something like:&lt;/p&gt;
&lt;p&gt;$body = &quot;name: $name \n\n message: $message&quot;;    etc,  then just mail() it to yourself!&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Dec 2005 16:12:21 +0000</pubDate>
 <dc:creator>lamad</dc:creator>
 <guid isPermaLink="false">comment 1186931 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
