<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Include Users IP in Contact Form Message</title>
	<link>http://blog.freecontactform.com/include-users-ip-in-contact-form-message/</link>
	<description>Spam Prevention Blog</description>
	<pubDate>Sun, 20 Jul 2008 01:02:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Aldebaran</title>
		<link>http://blog.freecontactform.com/include-users-ip-in-contact-form-message/#comment-10</link>
		<author>Aldebaran</author>
		<pubDate>Sun, 21 Oct 2007 21:34:59 +0000</pubDate>
		<guid>http://blog.freecontactform.com/include-users-ip-in-contact-form-message/#comment-10</guid>
		<description>There's an "e" missing from the line:

$mail_message .= 'IP Address: '.$_SERVER['REMOTE_ADDR']."\n";

it should be:

$email_message .= 'IP Address: '.$_SERVER['REMOTE_ADDR']."\n";

Jill</description>
		<content:encoded><![CDATA[<p>There&#8217;s an &#8220;e&#8221; missing from the line:</p>
<p>$mail_message .= &#8216;IP Address: &#8216;.$_SERVER[&#8217;REMOTE_ADDR&#8217;].&#8221;\n&#8221;;</p>
<p>it should be:</p>
<p>$email_message .= &#8216;IP Address: &#8216;.$_SERVER[&#8217;REMOTE_ADDR&#8217;].&#8221;\n&#8221;;</p>
<p>Jill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jt</title>
		<link>http://blog.freecontactform.com/include-users-ip-in-contact-form-message/#comment-9</link>
		<author>jt</author>
		<pubDate>Fri, 12 Oct 2007 00:44:04 +0000</pubDate>
		<guid>http://blog.freecontactform.com/include-users-ip-in-contact-form-message/#comment-9</guid>
		<description>HI!  Great script...  Just downloaded tonight and plan to pay for its use I like it so much.

Anyway...  I fixed the IP address thing on my end.

Instead of:

$mail_message .= "IP Address: ".$_SERVER['REMOTE_ADDR']."\n";

It should be:

$email_message .= "IP Address: ".$_SERVER['REMOTE_ADDR']."\n";

Thanks!</description>
		<content:encoded><![CDATA[<p>HI!  Great script&#8230;  Just downloaded tonight and plan to pay for its use I like it so much.</p>
<p>Anyway&#8230;  I fixed the IP address thing on my end.</p>
<p>Instead of:</p>
<p>$mail_message .= &#8220;IP Address: &#8220;.$_SERVER[&#8217;REMOTE_ADDR&#8217;].&#8221;\n&#8221;;</p>
<p>It should be:</p>
<p>$email_message .= &#8220;IP Address: &#8220;.$_SERVER[&#8217;REMOTE_ADDR&#8217;].&#8221;\n&#8221;;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrooveJunkie</title>
		<link>http://blog.freecontactform.com/include-users-ip-in-contact-form-message/#comment-8</link>
		<author>GrooveJunkie</author>
		<pubDate>Sat, 15 Sep 2007 20:07:12 +0000</pubDate>
		<guid>http://blog.freecontactform.com/include-users-ip-in-contact-form-message/#comment-8</guid>
		<description>I did as mentioned above but got the error message when submitting the form

Notice: Undefined variable: mail_message in /home/djryancl/public_html/contact/process_form.php on line 160

Warning: Cannot modify header information - headers already sent by (output started at /home/djryancl/public_html/contact/process_form.php:160) in /home/djryancl/public_html/contact/process_form.php on line 169

Not sure what i have done wrong..</description>
		<content:encoded><![CDATA[<p>I did as mentioned above but got the error message when submitting the form</p>
<p>Notice: Undefined variable: mail_message in /home/djryancl/public_html/contact/process_form.php on line 160</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at /home/djryancl/public_html/contact/process_form.php:160) in /home/djryancl/public_html/contact/process_form.php on line 169</p>
<p>Not sure what i have done wrong..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
