<?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: How To Create Your First AJAX and PHP Contact Form</title>
	<atom:link href="http://dev-tips.com/featured/ajax-and-php-contact-form/feed" rel="self" type="application/rss+xml" />
	<link>http://dev-tips.com/featured/ajax-and-php-contact-form</link>
	<description>Become a Better Developer, One Tip at a Time.</description>
	<lastBuildDate>Tue, 27 Sep 2011 18:42:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Geoff</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-2051</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 31 Aug 2011 19:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-2051</guid>
		<description>I&#039;m new to AJAX but I know how important it all is and I&#039;m determined to master this whole JS/PHP thing . Thanks for taking the time to make this. A great practical exercise for a newb like myself :P</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to AJAX but I know how important it all is and I&#8217;m determined to master this whole JS/PHP thing . Thanks for taking the time to make this. A great practical exercise for a newb like myself <img src='http://dev-tips.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freddy</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-2024</link>
		<dc:creator>freddy</dc:creator>
		<pubDate>Wed, 06 Jul 2011 20:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-2024</guid>
		<description>Thanks so much for this! I have a problem, though. It works great on localhost, including processing, but when I push it to the live server, the form returns the error when posting. I&#039;ve removed lines 4 &amp; 5 in the PHP file like you suggested but it didn&#039;t change anything.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this! I have a problem, though. It works great on localhost, including processing, but when I push it to the live server, the form returns the error when posting. I&#8217;ve removed lines 4 &amp; 5 in the PHP file like you suggested but it didn&#8217;t change anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: posnos</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-2018</link>
		<dc:creator>posnos</dc:creator>
		<pubDate>Thu, 23 Jun 2011 13:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-2018</guid>
		<description>Hi,

I have found a something regarding the reset of the form that works...

http://stackoverflow.com/questions/2489776/how-do-i-reset-a-form-in-an-ajax-callback</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have found a something regarding the reset of the form that works&#8230;</p>
<p><a href="http://stackoverflow.com/questions/2489776/how-do-i-reset-a-form-in-an-ajax-callback" rel="nofollow">http://stackoverflow.com/questions/2489776/how-do-i-reset-a-form-in-an-ajax-callback</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: posnos</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-2017</link>
		<dc:creator>posnos</dc:creator>
		<pubDate>Thu, 23 Jun 2011 13:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-2017</guid>
		<description>Hi,

I am new to PHP/AJAX and the tutorial is great!
I am wondering how I can clear the form fields after submission instead of keeping them populated?

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am new to PHP/AJAX and the tutorial is great!<br />
I am wondering how I can clear the form fields after submission instead of keeping them populated?</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-2002</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Tue, 03 May 2011 23:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-2002</guid>
		<description>Thank you so much for this!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-1996</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Fri, 15 Apr 2011 23:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-1996</guid>
		<description>What should I do hear - $.post(&#039;http://dev-tips.com/demo/ajax_contact_form/assets/php/contact-send.php&#039;, {name: input_name, email: input_email, subject: input_subject, message: input_message}, function(data){
			response_text.html(data); really new to this php jquery stuff in a student and learning. Great tutorial</description>
		<content:encoded><![CDATA[<p>What should I do hear &#8211; $.post(&#8216;<a href="http://dev-tips.com/demo/ajax_contact_form/assets/php/contact-send.php&#039;" rel="nofollow">http://dev-tips.com/demo/ajax_contact_form/assets/php/contact-send.php&#039;</a>, {name: input_name, email: input_email, subject: input_subject, message: input_message}, function(data){<br />
			response_text.html(data); really new to this php jquery stuff in a student and learning. Great tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KingSize: Premium WordPress Theme &#124; Wisekal.ca - Canadian owned Blog!</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-1988</link>
		<dc:creator>KingSize: Premium WordPress Theme &#124; Wisekal.ca - Canadian owned Blog!</dc:creator>
		<pubDate>Mon, 21 Mar 2011 08:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-1988</guid>
		<description>[...] Modified version of Drew Douglass&#8217; AJAX PHP contact form  [...]</description>
		<content:encoded><![CDATA[<p>[...] Modified version of Drew Douglass&#8217; AJAX PHP contact form  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King Size &#8211; fullscreen background template (Photography) &#124; Download Theme Forest</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-1962</link>
		<dc:creator>King Size &#8211; fullscreen background template (Photography) &#124; Download Theme Forest</dc:creator>
		<pubDate>Wed, 02 Feb 2011 04:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-1962</guid>
		<description>[...] Modified version of Drew Douglass&#8217; AJAX PHP contact form  [...]</description>
		<content:encoded><![CDATA[<p>[...] Modified version of Drew Douglass&#8217; AJAX PHP contact form  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-1956</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 20 Jan 2011 20:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-1956</guid>
		<description>I am having this same problem, how did you fix this issue?!</description>
		<content:encoded><![CDATA[<p>I am having this same problem, how did you fix this issue?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King Size &#8211; Fullscreen Background Template HTML - devpile</title>
		<link>http://dev-tips.com/featured/ajax-and-php-contact-form#comment-1951</link>
		<dc:creator>King Size &#8211; Fullscreen Background Template HTML - devpile</dc:creator>
		<pubDate>Fri, 14 Jan 2011 07:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=586#comment-1951</guid>
		<description>[...] Modified version of Drew Douglass&#8217; AJAX PHP contact form  [...]</description>
		<content:encoded><![CDATA[<p>[...] Modified version of Drew Douglass&#8217; AJAX PHP contact form  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

