<?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"
	>
<channel>
	<title>Comments on: Ajax Scripts</title>
	<atom:link href="http://onerutter.com/web/ajax-scripts.html/feed" rel="self" type="application/rss+xml" />
	<link>http://onerutter.com/web/ajax-scripts.html</link>
	<description>Jacob Rutter - Designer, CSS/XHTML Expert, ActionScript 3, Magento Developer</description>
	<pubDate>Tue, 18 Nov 2008 03:21:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: kjup</title>
		<link>http://onerutter.com/web/ajax-scripts.html#comment-149</link>
		<dc:creator>kjup</dc:creator>
		<pubDate>Wed, 03 Jan 2007 07:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/ajax-scripts.html#comment-149</guid>
		<description>Nice find here Jake.  I discovered that there was a  cache clear in the external php file which was preventing it from saving to the db e.g.
header('Cache-Control: no-cache, must-revalidate');
header('Pragma: no-cache'); // for HTTP/1.0
header('Expires: Thu, 01 Jan 2970 00:00:00 GMT');

removing that saves the info!</description>
		<content:encoded><![CDATA[<p>Nice find here Jake.  I discovered that there was a  cache clear in the external php file which was preventing it from saving to the db e.g.<br />
header(&#8217;Cache-Control: no-cache, must-revalidate&#8217;);<br />
header(&#8217;Pragma: no-cache&#8217;); // for HTTP/1.0<br />
header(&#8217;Expires: Thu, 01 Jan 2970 00:00:00 GMT&#8217;);</p>
<p>removing that saves the info!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
