<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022803" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022803</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/php-formhelp#comment-1140548</link>
    <description> &lt;p&gt;does doing something as simple as:&lt;/p&gt;
&lt;p&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;mail&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;castaden@bellsouth.net\&quot;, \&quot;Test Mailing\&quot;, \&quot;This is a test of sending mail via PHP\n\&quot;);&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;work? If not, the something may not be confirgured right on the server.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Nov 2003 21:29:04 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1140548 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/php-formhelp#comment-1140546</link>
    <description> &lt;p&gt;first you should use code tags instead of quotes so that we can read your code easily.&lt;/p&gt;
&lt;p&gt;i noticed that you use&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;if (!isset($visitormail))&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
to check if the input as been filled the problem with this is even &quot;&quot; is considered as set&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt; if ($myemail != &amp;quot;&amp;quot;) mail($myemail, $subject, $message, $from);&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
$myemail will always be set since it&#039;s the first thing you do on this page&lt;/p&gt;
&lt;p&gt;try this and see what you get&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;if (mail($myemail, $subject, $message, $from))&lt;br /&gt;&amp;nbsp;&amp;nbsp; echo &amp;quot;good it seems to work&amp;quot;;&lt;br /&gt;else&lt;br /&gt;&amp;nbsp;&amp;nbsp; echo &amp;quot;something wrong&amp;quot;;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;did you check the mail server logs to see if it tried to send the mail&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Nov 2003 21:17:45 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1140546 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/php-formhelp#comment-1140545</link>
    <description> &lt;p&gt;try change $from in the mail tag to &quot;From: $from\n&quot; (changing the $form string to suit) and not sure you need the \r in it either&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Nov 2003 21:09:10 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1140545 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
