<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Table Events Bug w/ Catalog &#8211; Registration App</title>
	<atom:link href="http://www.cottonrohrscheib.com/blog/2008/04/10/table-events-bug-w-class-catalog-registration-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cottonrohrscheib.com/blog/2008/04/10/table-events-bug-w-class-catalog-registration-app/</link>
	<description>The Cotton Club Blog &#38; Podcast is hosted by veteran web developer and interactive marketing consultant Cotton Rohrscheib.  This fun podcast covers a wide variety of industry topics such as web development (PHP, PHPRunner, MySQL, Wordpress, and MODx) to the usage of Social Media (Twitter, Facebook, Myspace, Friendfeed, LinkedIn).  

In addition to technology related topics, Cotton and his guests also discuss a lot of useful Business related topics that are useful to small business owners such as Marketing and Management practices.  

Cotton and his guests will also entertain you with a healthy mix of funny stories and perspectives about NASCAR, Football (College and Professional), Movies, and life in general.</description>
	<lastBuildDate>Mon, 15 Mar 2010 23:50:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://www.cottonrohrscheib.com/blog/2008/04/10/table-events-bug-w-class-catalog-registration-app/comment-page-1/#comment-207</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 13 Apr 2008 23:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2008/04/10/table-events-bug-w-class-catalog-registration-app/#comment-207</guid>
		<description>The problem was because you were exiting the scripts execution with &quot;exit();&quot;, prior to the mail function.</description>
		<content:encoded><![CDATA[<p>The problem was because you were exiting the scripts execution with &#8220;exit();&#8221;, prior to the mail function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cotton Rohrscheib</title>
		<link>http://www.cottonrohrscheib.com/blog/2008/04/10/table-events-bug-w-class-catalog-registration-app/comment-page-1/#comment-202</link>
		<dc:creator>Cotton Rohrscheib</dc:creator>
		<pubDate>Fri, 11 Apr 2008 12:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2008/04/10/table-events-bug-w-class-catalog-registration-app/#comment-202</guid>
		<description>Just an update on this, Jane was able to help me get this fixed...

// ********** Send simple email ************

$email=&quot;steph@anurturingtouch.com.com&quot;;
$message=&quot;New Registration has been made on your website, please login and retrieve their information, http://www.anurturingtouch.com/cms&quot;;
$subject=&quot;New Registration&quot;;
if (mail($email, $subject, $message))
echo &quot;email was sent&quot;;
else
echo &quot;error&quot;;

//********** Redirect to another page ************
header(&quot;Location: http://www.anurturingtouch.com/confirmation.php&quot;);
exit();</description>
		<content:encoded><![CDATA[<p>Just an update on this, Jane was able to help me get this fixed&#8230;</p>
<p>// ********** Send simple email ************</p>
<p>$email=&#8221;steph@anurturingtouch.com.com&#8221;;<br />
$message=&#8221;New Registration has been made on your website, please login and retrieve their information, <a href="http://www.anurturingtouch.com/cms" rel="nofollow">http://www.anurturingtouch.com/cms</a>&#8220;;<br />
$subject=&#8221;New Registration&#8221;;<br />
if (mail($email, $subject, $message))<br />
echo &#8220;email was sent&#8221;;<br />
else<br />
echo &#8220;error&#8221;;</p>
<p>//********** Redirect to another page ************<br />
header(&#8220;Location: <a href="http://www.anurturingtouch.com/confirmation.php" rel="nofollow">http://www.anurturingtouch.com/confirmation.php</a>&#8220;);<br />
exit();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mott</title>
		<link>http://www.cottonrohrscheib.com/blog/2008/04/10/table-events-bug-w-class-catalog-registration-app/comment-page-1/#comment-198</link>
		<dc:creator>Mott</dc:creator>
		<pubDate>Thu, 10 Apr 2008 22:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2008/04/10/table-events-bug-w-class-catalog-registration-app/#comment-198</guid>
		<description>Cotton, do this, try moving the table event for the redirect after your email instructions.</description>
		<content:encoded><![CDATA[<p>Cotton, do this, try moving the table event for the redirect after your email instructions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
