<?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: Can somebody explain exactly how i put the php form handler in my html code?</title>
	<atom:link href="http://www.findistore.com/can-somebody-explain-exactly-how-i-put-the-php-form-handler-in-my-html-code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.findistore.com/can-somebody-explain-exactly-how-i-put-the-php-form-handler-in-my-html-code</link>
	<description>We are Professional Web Designer. We specialize in Website Design &#38; eCommerce Web Services</description>
	<lastBuildDate>Sat, 13 Mar 2010 19:12:53 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: princeexpedition</title>
		<link>http://www.findistore.com/can-somebody-explain-exactly-how-i-put-the-php-form-handler-in-my-html-code/comment-page-1#comment-1296</link>
		<dc:creator>princeexpedition</dc:creator>
		<pubDate>Sat, 28 Feb 2009 12:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.findistore.com/can-somebody-explain-exactly-how-i-put-the-php-form-handler-in-my-html-code#comment-1296</guid>
		<description>The simple way is just need to make a form (inside a something.html) for posting the items´s value and send those item´s value to another page(ie: email.php) through form method &quot;POST&quot; or &quot;GET&quot; But u should use to POST method. Once you got those values into email.php then just write this following below code.

in calling file (something.html)

...


in receiving file (email.php)
variables: $_POST [ &#039; variablename &#039; ] )

Build $headers, $subject, $message, $to
$res = mail ($to, $subject, $message, $headers);


</description>
		<content:encoded><![CDATA[<p>The simple way is just need to make a form (inside a something.html) for posting the items´s value and send those item´s value to another page(ie: email.php) through form method &#8220;POST&#8221; or &#8220;GET&#8221; But u should use to POST method. Once you got those values into email.php then just write this following below code.</p>
<p>in calling file (something.html)</p>
<p>&#8230;</p>
<p>in receiving file (email.php)<br />
variables: $_POST [ ' variablename ' ] )</p>
<p>Build $headers, $subject, $message, $to<br />
$res = mail ($to, $subject, $message, $headers);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
