<?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: Cannot modify header information &#8211; headers already sent</title>
	<atom:link href="http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:22:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AdamT</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-3/#comment-53680</link>
		<dc:creator>AdamT</dc:creator>
		<pubDate>Sat, 28 Jan 2012 11:20:18 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53680</guid>
		<description>@aneesniittch is awesome. try this.</description>
		<content:encoded><![CDATA[<p>@aneesniittch is awesome. try this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wp lovr</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-3/#comment-53301</link>
		<dc:creator>wp lovr</dc:creator>
		<pubDate>Sun, 15 Jan 2012 10:25:46 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53301</guid>
		<description>Thank you so much.. it works.. I guessed it such as a complicated problem but   truly it is just simple problem, I fixed it by deleting unnecessary lines in closing php tag...</description>
		<content:encoded><![CDATA[<p>Thank you so much.. it works.. I guessed it such as a complicated problem but   truly it is just simple problem, I fixed it by deleting unnecessary lines in closing php tag&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chudnut</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-3/#comment-52030</link>
		<dc:creator>chudnut</dc:creator>
		<pubDate>Sat, 26 Nov 2011 07:23:20 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-52030</guid>
		<description>i&#039;ve made plugin for wordpress 
and i don&#039;t know why my code makes wp fail to redirect
error same as above
thanks for sharing this articles
it helps me a little :D</description>
		<content:encoded><![CDATA[<p>i&#8217;ve made plugin for wordpress<br />
and i don&#8217;t know why my code makes wp fail to redirect<br />
error same as above<br />
thanks for sharing this articles<br />
it helps me a little :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Treasure</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-3/#comment-51714</link>
		<dc:creator>Treasure</dc:creator>
		<pubDate>Tue, 15 Nov 2011 22:58:11 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-51714</guid>
		<description>Hello here...my case is a bit different, mine is working perfectly on local server, but not working giving me the error when uploaded, I have cleared all the white spaces, I have changed the my header location making sure is not after echo or print, can somebody help me here?

I have been on this for some times.</description>
		<content:encoded><![CDATA[<p>Hello here&#8230;my case is a bit different, mine is working perfectly on local server, but not working giving me the error when uploaded, I have cleared all the white spaces, I have changed the my header location making sure is not after echo or print, can somebody help me here?</p>
<p>I have been on this for some times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alvin</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-3/#comment-50524</link>
		<dc:creator>alvin</dc:creator>
		<pubDate>Fri, 14 Oct 2011 13:37:25 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-50524</guid>
		<description>For me I was  following a tutorial on adobe website and if your like me having the same problem of header.. go  in manage site  switch from links relative to site  to relative to documents. Regenerate any server behaviours and try your new webpage. It should fix it. I noticed now my page have </description>
		<content:encoded><![CDATA[<p>For me I was  following a tutorial on adobe website and if your like me having the same problem of header.. go  in manage site  switch from links relative to site  to relative to documents. Regenerate any server behaviours and try your new webpage. It should fix it. I noticed now my page have</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klamber&#124;ext.</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-3/#comment-50486</link>
		<dc:creator>Klamber&#124;ext.</dc:creator>
		<pubDate>Fri, 14 Oct 2011 05:00:38 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-50486</guid>
		<description>Thank&#039;s to Adrian Angelov i found out that some of my files were encoded with 
utf 8 BOM and gave me header error. I was going nuts ...

Already was thinking to go to bed... and see if that helped :D 

Thanks again! :)</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s to Adrian Angelov i found out that some of my files were encoded with<br />
utf 8 BOM and gave me header error. I was going nuts &#8230;</p>
<p>Already was thinking to go to bed&#8230; and see if that helped :D </p>
<p>Thanks again! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2Cool</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-2/#comment-50396</link>
		<dc:creator>2Cool</dc:creator>
		<pubDate>Wed, 12 Oct 2011 11:34:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-50396</guid>
		<description>Point number 3 was the main cause. There a single space at the end of the PHP file which caused tremendous amount of frustration. 

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Point number 3 was the main cause. There a single space at the end of the PHP file which caused tremendous amount of frustration. </p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shan</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-2/#comment-49964</link>
		<dc:creator>Shan</dc:creator>
		<pubDate>Wed, 28 Sep 2011 01:47:14 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49964</guid>
		<description>Thanks ob_start(); is a magic :)</description>
		<content:encoded><![CDATA[<p>Thanks ob_start(); is a magic :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truby</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-2/#comment-34189</link>
		<dc:creator>Truby</dc:creator>
		<pubDate>Sun, 14 Aug 2011 04:34:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-34189</guid>
		<description>I dint add any DOM elements...</description>
		<content:encoded><![CDATA[<p>I dint add any DOM elements&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truby</title>
		<link>http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modify-header-information-headers-already-sent/comment-page-2/#comment-34188</link>
		<dc:creator>Truby</dc:creator>
		<pubDate>Sun, 14 Aug 2011 04:27:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-34188</guid>
		<description>How to remove DOM? I &#039;m new to it. Please help!

if my file is a UTF-8 encoded file with no BOM signature, will i get the error?? how can i change it?</description>
		<content:encoded><![CDATA[<p>How to remove DOM? I &#8216;m new to it. Please help!</p>
<p>if my file is a UTF-8 encoded file with no BOM signature, will i get the error?? how can i change it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/15 queries in 0.935 seconds using memcached
Object Caching 419/419 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 09:54:57 -->
