<?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 set up a hotel reservation form in a WordPress page</title>
	<atom:link href="http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/feed" rel="self" type="application/rss+xml" />
	<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html</link>
	<description>Striking with the latest design info</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:31:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mike Kupper</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-1061</link>
		<dc:creator>Mike Kupper</dc:creator>
		<pubDate>Sun, 25 Jul 2010 08:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-1061</guid>
		<description>Terrific website engine website! Keep it up!</description>
		<content:encoded><![CDATA[<p>Terrific website engine website! Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quanghan</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-852</link>
		<dc:creator>quanghan</dc:creator>
		<pubDate>Tue, 27 Apr 2010 17:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-852</guid>
		<description>I&#039;ve done everything you said, but when pressed the send button, i received 404 error, i checked mail to and action= ...  for about .... 1000 times
my php file is reservation.php :

		Online Reservation 


here is the email section 

$uself = 1;
	$subject = &quot;New room reservation at your hotel&quot;;
$headersep = (!isset( $uself ) &#124;&#124; ($uself == 0)) ? &quot;\r\n&quot; : &quot;\n&quot; ;
$http_referrer = getenv( &quot;HTTP_REFERER&quot; );
$mailto = &#039;lequanghan2@gmail.com&#039; ;
$ip = getenv(REMOTE_ADDR);
mail($mailto, $subject, $message,
	&quot;From: \&quot;$nume\&quot; &quot; . $headersep . &quot;Reply-To: \&quot;$nume\&quot; &quot; . $headersep . &quot;X-Mailer: chfeedback.php 2.08&quot; );
echo &#039;&lt;strong&gt; Quote sent&lt;/strong&gt;&#039;;				
}
?&gt;
please help</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done everything you said, but when pressed the send button, i received 404 error, i checked mail to and action= &#8230;  for about &#8230;. 1000 times<br />
my php file is reservation.php :</p>
<p>		Online Reservation </p>
<p>here is the email section </p>
<p>$uself = 1;<br />
	$subject = &#8220;New room reservation at your hotel&#8221;;<br />
$headersep = (!isset( $uself ) || ($uself == 0)) ? &#8220;\r\n&#8221; : &#8220;\n&#8221; ;<br />
$http_referrer = getenv( &#8220;HTTP_REFERER&#8221; );<br />
$mailto = &#8216;lequanghan2@gmail.com&#8217; ;<br />
$ip = getenv(REMOTE_ADDR);<br />
mail($mailto, $subject, $message,<br />
	&#8220;From: \&#8221;$nume\&#8221; &#8221; . $headersep . &#8220;Reply-To: \&#8221;$nume\&#8221; &#8221; . $headersep . &#8220;X-Mailer: chfeedback.php 2.08&#8243; );<br />
echo &#8216;<strong> Quote sent</strong>&#8216;;<br />
}<br />
?&gt;<br />
please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-834</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-834</guid>
		<description>Please check if you have all the paths correctly written</description>
		<content:encoded><![CDATA[<p>Please check if you have all the paths correctly written</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dechen</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-833</link>
		<dc:creator>Dechen</dc:creator>
		<pubDate>Tue, 19 Jan 2010 06:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-833</guid>
		<description>i added the form in my page but i get the following lines along with the table:

&quot; . $headersep . &quot;Reply-To: \&quot;$name\&quot; &quot; . $headersep . &quot;X-Mailer: chfeedback.php 2.08&quot; ); echo &#039; Quote sent&#039;; } ?&gt;   The reservation will be considered after receiving payment. 

Also when pressing the &quot;SEND&quot; button, i get an error:

The requested URL /reservation was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Can somebody please help me....</description>
		<content:encoded><![CDATA[<p>i added the form in my page but i get the following lines along with the table:</p>
<p>&#8221; . $headersep . &#8220;Reply-To: \&#8221;$name\&#8221; &#8221; . $headersep . &#8220;X-Mailer: chfeedback.php 2.08&#8243; ); echo &#8216; Quote sent&#8217;; } ?&gt;   The reservation will be considered after receiving payment. </p>
<p>Also when pressing the &#8220;SEND&#8221; button, i get an error:</p>
<p>The requested URL /reservation was not found on this server.<br />
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
<p>Can somebody please help me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: image hosting forums</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-828</link>
		<dc:creator>image hosting forums</dc:creator>
		<pubDate>Sun, 10 Jan 2010 02:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-828</guid>
		<description>Awesome post! love this blog</description>
		<content:encoded><![CDATA[<p>Awesome post! love this blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Despain</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-802</link>
		<dc:creator>Gregory Despain</dc:creator>
		<pubDate>Mon, 07 Dec 2009 06:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-802</guid>
		<description>Howdy that</description>
		<content:encoded><![CDATA[<p>Howdy that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fafniir</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-790</link>
		<dc:creator>Fafniir</dc:creator>
		<pubDate>Mon, 30 Nov 2009 11:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-790</guid>
		<description>Form seems to be ok and displayed well but pressing &quot;SEND&quot; button call an error:


The requested URL /reservation was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Form header is:
</description>
		<content:encoded><![CDATA[<p>Form seems to be ok and displayed well but pressing &#8220;SEND&#8221; button call an error:</p>
<p>The requested URL /reservation was not found on this server.<br />
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
<p>Form header is:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to set up a hotel reservation form in a WordPress page &#124; Design strike</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-779</link>
		<dc:creator>How to set up a hotel reservation form in a WordPress page &#124; Design strike</dc:creator>
		<pubDate>Thu, 19 Nov 2009 21:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-779</guid>
		<description>[...] the rest here: How to set up a hotel reservation form in a WordPress page &#124; Design strike             Comments0  Leave a Reply  Click here to cancel [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here: How to set up a hotel reservation form in a WordPress page | Design strike             Comments0  Leave a Reply  Click here to cancel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desz</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-720</link>
		<dc:creator>Desz</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-720</guid>
		<description>This is exactly what I have Alex,

$mailto = &#039;test@yahoo.com&#039; ;
$ip = getenv(REMOTE_ADDR);
mail($mailto, $subject, $message,

The action name is correct as well.
.-= Desz&#180;s last blog ..&lt;a href=&quot;http://www.dasetup.com/?p=46&quot; rel=&quot;nofollow&quot;&gt;Quality Drinks&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>This is exactly what I have Alex,</p>
<p>$mailto = &#8216;test@yahoo.com&#8217; ;<br />
$ip = getenv(REMOTE_ADDR);<br />
mail($mailto, $subject, $message,</p>
<p>The action name is correct as well.<br />
<span class="cluv"> Desz&#180;s last blog ..<a href="http://www.dasetup.com/?p=46" rel="nofollow">Quality Drinks</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://designstrike.net/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/comment-page-1#comment-697</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://designstrike.net/?p=1063#comment-697</guid>
		<description>ok, try and check the &quot;$mailto = &#039;CHANGE@THIS.TOYOUREMAIL&#039; ;&quot; inside the reservation php file :) and also check the action=”/reservation” form input. Cheange it according to your reservation filename.</description>
		<content:encoded><![CDATA[<p>ok, try and check the &#8220;$mailto = &#8216;CHANGE@THIS.TOYOUREMAIL&#8217; ;&#8221; inside the reservation php file <img src='http://designstrike.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and also check the action=”/reservation” form input. Cheange it according to your reservation filename.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
