<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043332" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043332</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Good tutorial 
Descriptive</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-html-form-my-website-not-working#comment-1239526</link>
    <description> &lt;p&gt;Good tutorial &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;
&lt;p&gt;Descriptive and covers all bases.&lt;/p&gt;
&lt;p&gt;One thing I would add to your code in your tutorial is the default headers to identify your data and server correctly. Really you should have at least the MIME and content-type.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$headers &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;MIME-Version: 1.0\r\n&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$headers &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Content-type: text/html; charset=iso-8859-1\r\n&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$headers &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;From: &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$email&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;\r\n&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$headers &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;X-Mailer: PHP v&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;phpversion&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;().&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot; \r\n&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Mar 2009 18:01:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1239526 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The following link gives an</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-html-form-my-website-not-working#comment-1239525</link>
    <description> &lt;p&gt;The following link gives an overview of different options you have:&lt;br /&gt;
&lt;a href=&quot;http://www.html-form-guide.com/email-form/html-email-form.html&quot;&gt;How to get email from an HTML form submission&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also try the &lt;a href=&quot;http://www.html-form-guide.com/form-mail/cgi-form-mail.html&quot;&gt;cgi form mail example&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Mar 2009 17:28:47 +0000</pubDate>
 <dc:creator>prasanthmj</dc:creator>
 <guid isPermaLink="false">comment 1239525 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The mailto href is one of my</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-html-form-my-website-not-working#comment-1239454</link>
    <description> &lt;p&gt;The mailto href is one of my pet peeves!&lt;/p&gt;
&lt;p&gt;People will click on the link, and unless they have configured a default email client (I have - Thunderbird) Windows users are likely to see a configuration script that they don&#039;t understand and by then they have forgotten what they want to email you about...&lt;/p&gt;
&lt;p&gt;I posted a basic &lt;a href=&quot;http://www.webmaster-forums.net/projects/basic-php-email-feedback-form-0&quot;&gt;PHP email form here as a project&lt;/a&gt; - feel free to give it a spin!&lt;/p&gt;
&lt;p&gt;greg will tell you it does not check for errors and blank inputs... well, it&#039;s basic.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Mar 2009 00:51:03 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1239454 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi, welcome to TWF 
I edited</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-html-form-my-website-not-working#comment-1239432</link>
    <description> &lt;p&gt;Hi, welcome to TWF &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;
&lt;p&gt;I edited your post to wrap the mailto code in the forum&#039;s code tags. They can be found along the top of the posting window (third from the right) along with some other useful tools.&lt;/p&gt;
&lt;p&gt;You are better off using EITHER the &lt;code&gt;MAILTO&lt;/code&gt; on its own, without a &lt;code&gt;&amp;lt;form&amp;gt;&lt;/code&gt;, or using a form.&lt;/p&gt;
&lt;p&gt;The latter being the best method as using &lt;code&gt;MAILTO&lt;/code&gt; these days can bring you more spam than having a captcha on a form will.&lt;/p&gt;
&lt;p&gt;So, you want to POST the form data to another page, then get the form data and use it to send yourself the email.&lt;br /&gt;
This is done like this&lt;br /&gt;
&lt;code&gt;&amp;lt;form action=&amp;quot;second_page.php&amp;quot; method=&amp;quot;POST&amp;quot;&amp;gt;&lt;/code&gt;&lt;br /&gt;
Then the user pressing &quot;submit&quot; will send the data to &quot;second_page.php&quot; which will process all the data they entered.&lt;/p&gt;
&lt;p&gt;You will need a basic usage of PHP (or other server side), but the major advantage to this is you can check it for errors and blank inputs where fields are required, like user email address can&#039;t be blank or how can you reply to them?&lt;/p&gt;
&lt;p&gt;If you want us to help with your current code you will have to show us all of it, and link to the site if possible.&lt;br /&gt;
If of course you need more info about forms and how to use them, there are  some good tutorials already on the net (google html form etc), so take a look at them first, and if you get stuck just ask.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Mar 2009 19:05:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1239432 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
