<?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: Fantastic AJAX Newsletter Module</title>
	<atom:link href="http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sun, 21 Mar 2010 05:19:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roman</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-205641</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-205641</guid>
		<description>I have the same problem, can anybody help please!!!!!</description>
		<content:encoded><![CDATA[<p>I have the same problem, can anybody help please!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hadi</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-197564</link>
		<dc:creator>hadi</dc:creator>
		<pubDate>Wed, 10 Feb 2010 11:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-197564</guid>
		<description>Great code thanks a lot ..
but I have only one question, 
how could I know that my message sent successfully or not ?</description>
		<content:encoded><![CDATA[<p>Great code thanks a lot ..<br />
but I have only one question,<br />
how could I know that my message sent successfully or not ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Davis</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-167371</link>
		<dc:creator>Jon Davis</dc:creator>
		<pubDate>Tue, 19 Jan 2010 07:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-167371</guid>
		<description>Does anyone know how to correct this:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/site/public_html/newsletter/index.php on line 786

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/site/public_html/newsletter/index.php on line 798

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/site/public_html/newsletter/index.php on line 802

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/site/public_html/newsletter/index.php on line 806

It seems to be caused by this:

// LOAD DATA INTO ARRAYS

  $result = mysql_query(&quot;SELECT * from $table_categories&quot;);

  while ($row = mysql_fetch_assoc($result)) {
    $emails_result = mysql_query(&quot;SELECT * from $table_emails WHERE category = &quot;.$row[&#039;id&#039;]);

    while ($subrow = mysql_fetch_assoc($emails_result)) {
      $row[&#039;emails&#039;][] = $subrow;
    }

    mysql_free_result($emails_result);

    $categories[] = $row;
  }

  mysql_free_result($result);

  $result = mysql_query(&quot;SELECT * from $table_sent&quot;);

  while ($row = mysql_fetch_assoc($result)) {
    $sent[] = $row;
  }

  mysql_free_result($result);
?&gt;

Any help would be appreciated...</description>
		<content:encoded><![CDATA[<p>Does anyone know how to correct this:</p>
<p>Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/site/public_html/newsletter/index.php on line 786</p>
<p>Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/site/public_html/newsletter/index.php on line 798</p>
<p>Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/site/public_html/newsletter/index.php on line 802</p>
<p>Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/site/public_html/newsletter/index.php on line 806</p>
<p>It seems to be caused by this:</p>
<p>// LOAD DATA INTO ARRAYS</p>
<p>  $result = mysql_query(&#8220;SELECT * from $table_categories&#8221;);</p>
<p>  while ($row = mysql_fetch_assoc($result)) {<br />
    $emails_result = mysql_query(&#8220;SELECT * from $table_emails WHERE category = &#8220;.$row['id']);</p>
<p>    while ($subrow = mysql_fetch_assoc($emails_result)) {<br />
      $row['emails'][] = $subrow;<br />
    }</p>
<p>    mysql_free_result($emails_result);</p>
<p>    $categories[] = $row;<br />
  }</p>
<p>  mysql_free_result($result);</p>
<p>  $result = mysql_query(&#8220;SELECT * from $table_sent&#8221;);</p>
<p>  while ($row = mysql_fetch_assoc($result)) {<br />
    $sent[] = $row;<br />
  }</p>
<p>  mysql_free_result($result);<br />
?&gt;</p>
<p>Any help would be appreciated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-160722</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Wed, 13 Jan 2010 10:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-160722</guid>
		<description>Nice,i&#039;ll test it out.</description>
		<content:encoded><![CDATA[<p>Nice,i&#8217;ll test it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dian Erianto</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-155746</link>
		<dc:creator>Dian Erianto</dc:creator>
		<pubDate>Thu, 31 Dec 2009 05:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-155746</guid>
		<description>Thank you for the information. :)</description>
		<content:encoded><![CDATA[<p>Thank you for the information. <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Maldonado</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-147519</link>
		<dc:creator>Carlos Maldonado</dc:creator>
		<pubDate>Fri, 18 Dec 2009 23:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-147519</guid>
		<description>Thanks this codeline fix the bug! and this works perfectly! :D</description>
		<content:encoded><![CDATA[<p>Thanks this codeline fix the bug! and this works perfectly! <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yash Mistrey</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-145654</link>
		<dc:creator>Yash Mistrey</dc:creator>
		<pubDate>Sun, 13 Dec 2009 17:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-145654</guid>
		<description>Error Occurring 
PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 735
 
PHP Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 746 

PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 749

 PHP Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 753 PHP Warning: Invalid argument supplied for foreach() in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 911</description>
		<content:encoded><![CDATA[<p>Error Occurring<br />
PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 735</p>
<p>PHP Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 746 </p>
<p>PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 749</p>
<p> PHP Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 753 PHP Warning: Invalid argument supplied for foreach() in C:\HostingSpaces\makemycr\makemycreative.in\wwwroot\newsletter_module\index.php on line 911</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-140415</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-140415</guid>
		<description>Simply Great for the freshers. I will add some features in it in future and must send u for the review.</description>
		<content:encoded><![CDATA[<p>Simply Great for the freshers. I will add some features in it in future and must send u for the review.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-127655</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-127655</guid>
		<description>Great nl code. I just tested online and the admin works great. However i have difficulties setting up the front end. I changed the database settings and upload all on my server but doesnt send email adress to the database. Did i miss something ?</description>
		<content:encoded><![CDATA[<p>Great nl code. I just tested online and the admin works great. However i have difficulties setting up the front end. I changed the database settings and upload all on my server but doesnt send email adress to the database. Did i miss something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://net.tutsplus.com/freebies/others/fantastic-ajax-newsletter-module/comment-page-2/#comment-119192</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Fri, 16 Oct 2009 13:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3484#comment-119192</guid>
		<description>Great tool thanks!

I got one question, how many emails will it handle to send?

Thank you!</description>
		<content:encoded><![CDATA[<p>Great tool thanks!</p>
<p>I got one question, how many emails will it handle to send?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.080 seconds -->
