<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Secure PHP Contact Form</title>
	<atom:link href="http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Mon, 08 Mar 2010 14:17:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-17055</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sun, 20 Dec 2009 12:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-17055</guid>
		<description>Hi Daviy, do you mean the fieldset border? If so then you&#039;ll need to control the border size/look in your CSS stylesheet eg.

&lt;code&gt;#contactform fieldset {
border: 1px solid #666;
width: 400px;
}&lt;/code&gt;

which will control the colour and the width.</description>
		<content:encoded><![CDATA[<p>Hi Daviy, do you mean the fieldset border? If so then you&#039;ll need to control the border size/look in your CSS stylesheet eg.</p>
<p><code>#contactform fieldset {<br />
border: 1px solid #666;<br />
width: 400px;<br />
}</code></p>
<p>which will control the colour and the width.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daviy</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-17054</link>
		<dc:creator>Daviy</dc:creator>
		<pubDate>Sun, 20 Dec 2009 09:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-17054</guid>
		<description>Hi Sarah
The form works great. I have been trying to delete the border but cannot find where to insert the code. On a new site I am building I want to keep the border but shorten it so it fits the page width.
Your help appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Sarah<br />
The form works great. I have been trying to delete the border but cannot find where to insert the code. On a new site I am building I want to keep the border but shorten it so it fits the page width.<br />
Your help appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-17017</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 08 Dec 2009 12:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-17017</guid>
		<description>Hi Cathy,

Moving the fields is fine. Changing the PHP will cause it to stop working. Have you tried the basic original file again to see if that works for you? If it does then obviously a change you&#039;ve made has caused the problem. If it doesn&#039;t then possibly it&#039;s missing something that your hosting requires in the code.

My guess is the original will probably work if it&#039;s set up correctly, so I&#039;d need to see the code you&#039;re now using to see what&#039;s wrong with it.</description>
		<content:encoded><![CDATA[<p>Hi Cathy,</p>
<p>Moving the fields is fine. Changing the PHP will cause it to stop working. Have you tried the basic original file again to see if that works for you? If it does then obviously a change you&#039;ve made has caused the problem. If it doesn&#039;t then possibly it&#039;s missing something that your hosting requires in the code.</p>
<p>My guess is the original will probably work if it&#039;s set up correctly, so I&#039;d need to see the code you&#039;re now using to see what&#039;s wrong with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cathy</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-17013</link>
		<dc:creator>Cathy</dc:creator>
		<pubDate>Mon, 07 Dec 2009 01:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-17013</guid>
		<description>Hi Sarah!

I just found your great blog...and this script.

I&#039;ve got everything to work..and added a field.
Got the form pasted over some graphics background I wanted..and moved the fields around a bit...and maybe that&#039;s the problem.?  

The script takes the entries, gives me the TY page...but I never receive notification back that a message was written.
I have the host email set to forward message back to personal email.  T

he email address DOES work on its own...had the host check for problems.  There are none.
So...I just can&#039;t get the email to notify me of a message received by forwarded mail.
It&#039;s not server side per the host...and again, the email forward works outside of the script.

Any ideas?  I&#039;ve been beating my head against the wall all day on this.

And CONGRATUALTIONS!  on your recent marriage!

Thanks ever so much...this looks to be such a terrific script.
Cathy</description>
		<content:encoded><![CDATA[<p>Hi Sarah!</p>
<p>I just found your great blog&#8230;and this script.</p>
<p>I&#039;ve got everything to work..and added a field.<br />
Got the form pasted over some graphics background I wanted..and moved the fields around a bit&#8230;and maybe that&#039;s the problem.?  </p>
<p>The script takes the entries, gives me the TY page&#8230;but I never receive notification back that a message was written.<br />
I have the host email set to forward message back to personal email.  T</p>
<p>he email address DOES work on its own&#8230;had the host check for problems.  There are none.<br />
So&#8230;I just can&#039;t get the email to notify me of a message received by forwarded mail.<br />
It&#039;s not server side per the host&#8230;and again, the email forward works outside of the script.</p>
<p>Any ideas?  I&#039;ve been beating my head against the wall all day on this.</p>
<p>And CONGRATUALTIONS!  on your recent marriage!</p>
<p>Thanks ever so much&#8230;this looks to be such a terrific script.<br />
Cathy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16908</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Mon, 28 Sep 2009 21:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16908</guid>
		<description>Thanks Sarah,

I got it to work by pasting all the code into my HTML page (later renamed as a .php page) at the point you indicate (ie. comment saying &#039;insert your header or link to a header include here&#039;), but at that point the form showed up below my CSS styled page.

I got it to work by cutting and pasting just the form ID (ie. &lt;form id= ....etc.)  and inserting where I wanted in my page. Yes worked!

Thanks for the tip on PHP includes which I will look into.

Thanks for the form. I like it as you showed me how to edit it to add new fields, and I learned a little more about php.

Thanks again!

Marty</description>
		<content:encoded><![CDATA[<p>Thanks Sarah,</p>
<p>I got it to work by pasting all the code into my HTML page (later renamed as a .php page) at the point you indicate (ie. comment saying &#039;insert your header or link to a header include here&#039;), but at that point the form showed up below my CSS styled page.</p>
<p>I got it to work by cutting and pasting just the form ID (ie. &lt;form id= &#8230;.etc.)  and inserting where I wanted in my page. Yes worked!</p>
<p>Thanks for the tip on PHP includes which I will look into.</p>
<p>Thanks for the form. I like it as you showed me how to edit it to add new fields, and I learned a little more about php.</p>
<p>Thanks again!</p>
<p>Marty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16900</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Mon, 28 Sep 2009 07:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16900</guid>
		<description>Hi Marty,

The form is PHP and is virtually a self contained page, you just need to either add the HTML code for your header and footer around it, or put them into PHP includes and include them into the page.

I wouldn&#039;t try merging this in Dreamweaver as it&#039;s a manually written page and Dreamweaver will most likely change something and prevent the form from working.

Just above the form I have a comment saying &#039;insert your header or link to a header include here&#039; and the same at the bottom for the footer. Put the relevant HTML that is required for the page layout/design at these two points and save it as contact.php (or something similar) and then it should be fine.</description>
		<content:encoded><![CDATA[<p>Hi Marty,</p>
<p>The form is PHP and is virtually a self contained page, you just need to either add the HTML code for your header and footer around it, or put them into PHP includes and include them into the page.</p>
<p>I wouldn&#039;t try merging this in Dreamweaver as it&#039;s a manually written page and Dreamweaver will most likely change something and prevent the form from working.</p>
<p>Just above the form I have a comment saying &#039;insert your header or link to a header include here&#039; and the same at the bottom for the footer. Put the relevant HTML that is required for the page layout/design at these two points and save it as contact.php (or something similar) and then it should be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16891</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Thu, 24 Sep 2009 00:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16891</guid>
		<description>Hi Sarah,

I appreciate all your work and the clear instructions you have provided. 

The only area I am tripping up is how to add the contact-form.php to my html file.

I tried bringing the contact form in via an iFrame and that worked, but I can&#039;t style the text.

In Dreamweaver I also tried Insert/Form/Method-Post/Action-Browsed and choose the contact-form.php form, but that didn&#039;t work either.

There has to be simple HTML coding in the Dreamweaver HTML file, to bring in the form, but I cant find it.

Can you help me?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Sarah,</p>
<p>I appreciate all your work and the clear instructions you have provided. </p>
<p>The only area I am tripping up is how to add the contact-form.php to my html file.</p>
<p>I tried bringing the contact form in via an iFrame and that worked, but I can&#039;t style the text.</p>
<p>In Dreamweaver I also tried Insert/Form/Method-Post/Action-Browsed and choose the contact-form.php form, but that didn&#039;t work either.</p>
<p>There has to be simple HTML coding in the Dreamweaver HTML file, to bring in the form, but I cant find it.</p>
<p>Can you help me?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16769</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 22 Aug 2009 08:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16769</guid>
		<description>Hi Mark, how is it that the form doesn&#039;t work? First off I&#039;d recommend removing the brackets from the file name. contact-form.php would be fine. I just tried a test and it redirected to a 404. You need a thankyou.html page there.

Do you get the form results? Have you modified the top variables to add your email address in? It looks like it&#039;s working so without knowing what is and isn&#039;t working I can&#039;t suggest much more :)</description>
		<content:encoded><![CDATA[<p>Hi Mark, how is it that the form doesn&#039;t work? First off I&#039;d recommend removing the brackets from the file name. contact-form.php would be fine. I just tried a test and it redirected to a 404. You need a thankyou.html page there.</p>
<p>Do you get the form results? Have you modified the top variables to add your email address in? It looks like it&#039;s working so without knowing what is and isn&#039;t working I can&#039;t suggest much more <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Vios</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16765</link>
		<dc:creator>Mark Vios</dc:creator>
		<pubDate>Sat, 22 Aug 2009 01:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16765</guid>
		<description>Hell Sarah,
 Maybe I got things backwards? I also tried another contact form and so far none work.
http://greenharmonyhome.com/contact.html

I&#039;m so so with html and CSS but PHP is totally new. Any help to point me in the right direction would be great.

 Mark</description>
		<content:encoded><![CDATA[<p>Hell Sarah,<br />
 Maybe I got things backwards? I also tried another contact form and so far none work.<br />
<a href="http://greenharmonyhome.com/contact.html" rel="nofollow" class="external">http://greenharmonyhome.com/contact.html</a></p>
<p>I&#039;m so so with html and CSS but PHP is totally new. Any help to point me in the right direction would be great.</p>
<p> Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16759</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2008/03/19/secure-php-contact-form/#comment-16759</guid>
		<description>Hi Giannis, thanks for posting your solution :)</description>
		<content:encoded><![CDATA[<p>Hi Giannis, thanks for posting your solution <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
