<?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: Codeigniter &#8211;  Post resubmit problem on refresh</title>
	<atom:link href="http://www.sajithmr.me/codeigniter-post-resubmit-problem-on-refresh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me/codeigniter-post-resubmit-problem-on-refresh</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 16:09:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bie</title>
		<link>http://www.sajithmr.me/codeigniter-post-resubmit-problem-on-refresh/comment-page-1#comment-304143</link>
		<dc:creator>Bie</dc:creator>
		<pubDate>Mon, 17 Oct 2011 17:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.me/?p=483#comment-304143</guid>
		<description>Thank you. You save of my life :)</description>
		<content:encoded><![CDATA[<p>Thank you. You save of my life <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D Whatley</title>
		<link>http://www.sajithmr.me/codeigniter-post-resubmit-problem-on-refresh/comment-page-1#comment-116204</link>
		<dc:creator>D Whatley</dc:creator>
		<pubDate>Mon, 12 Jul 2010 06:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.me/?p=483#comment-116204</guid>
		<description>Thank you!  I struggled with what to do about this for well over an hour.</description>
		<content:encoded><![CDATA[<p>Thank you!  I struggled with what to do about this for well over an hour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harman</title>
		<link>http://www.sajithmr.me/codeigniter-post-resubmit-problem-on-refresh/comment-page-1#comment-95667</link>
		<dc:creator>harman</dc:creator>
		<pubDate>Sat, 20 Feb 2010 08:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.me/?p=483#comment-95667</guid>
		<description>No need to use another controller for POST method.
USE same controller with some method like..

-----------your_controller-----------
index(){
         //YOUR controller DATA
}
save(){
       //GET YOUR POST DATA HERE
      //SAVE YOUR POST DATA
      redirect(&#039;your_controller&#039;);
}</description>
		<content:encoded><![CDATA[<p>No need to use another controller for POST method.<br />
USE same controller with some method like..</p>
<p>&#8212;&#8212;&#8212;&#8211;your_controller&#8212;&#8212;&#8212;&#8211;<br />
index(){<br />
         //YOUR controller DATA<br />
}<br />
save(){<br />
       //GET YOUR POST DATA HERE<br />
      //SAVE YOUR POST DATA<br />
      redirect(&#8216;your_controller&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

