<?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: Redirect to another web page using PHP</title>
	<atom:link href="http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 20:38:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flight</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-16259</link>
		<dc:creator>Flight</dc:creator>
		<pubDate>Wed, 11 Nov 2009 23:30:58 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16259</guid>
		<description>i want to redirect my PHP page using variable instead of fixed url&lt;br&gt;Thanks so much</description>
		<content:encoded><![CDATA[<p>i want to redirect my PHP page using variable instead of fixed url<br />Thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shubham gupta</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-16133</link>
		<dc:creator>shubham gupta</dc:creator>
		<pubDate>Sat, 07 Nov 2009 00:09:13 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16133</guid>
		<description>thanks and i solved my problems</description>
		<content:encoded><![CDATA[<p>thanks and i solved my problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.Pradeep Kumar</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-11940</link>
		<dc:creator>S.Pradeep Kumar</dc:creator>
		<pubDate>Sun, 31 May 2009 11:06:48 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11940</guid>
		<description>Nice tutorial buddy !&lt;br&gt;&lt;br&gt;It saved me ! :)</description>
		<content:encoded><![CDATA[<p>Nice tutorial buddy !</p>
<p>It saved me ! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdas</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-11922</link>
		<dc:creator>asdas</dc:creator>
		<pubDate>Sat, 30 May 2009 08:45:34 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11922</guid>
		<description>chutad hai tu</description>
		<content:encoded><![CDATA[<p>chutad hai tu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Garchagudashvili</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-10905</link>
		<dc:creator>George Garchagudashvili</dc:creator>
		<pubDate>Wed, 29 Apr 2009 12:27:13 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10905</guid>
		<description>Hey people.&lt;br&gt;The problem in this script is slash,&lt;br&gt;to redirect page which is the same directory where is the main php file&lt;br&gt;you have to write&lt;br&gt;&lt;? header(&#039;Location: page2.php&#039;); ?&gt;&lt;br&gt;&lt;br&gt;this will redirect from main page to page2.php :)&lt;br&gt;hope this was helpful :)</description>
		<content:encoded><![CDATA[<p>Hey people.<br />The problem in this script is slash,<br />to redirect page which is the same directory where is the main php file<br />you have to write<br />&lt;? header(&#39;Location: page2.php&#39;); ?&gt;</p>
<p>this will redirect from main page to page2.php :)<br />hope this was helpful :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup pokhrel</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-10554</link>
		<dc:creator>Anup pokhrel</dc:creator>
		<pubDate>Sun, 19 Apr 2009 10:44:53 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10554</guid>
		<description>I also got &quot;Headers already sent&quot; problem</description>
		<content:encoded><![CDATA[<p>I also got &#8220;Headers already sent&#8221; problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bassline77</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-9619</link>
		<dc:creator>bassline77</dc:creator>
		<pubDate>Fri, 20 Mar 2009 04:37:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9619</guid>
		<description>Yeah, I&#039;ve got the some problem, when i redirect my page this way, it gives me a &quot;headers already sent&quot; error. Is there an alternative?</description>
		<content:encoded><![CDATA[<p>Yeah, I&#39;ve got the some problem, when i redirect my page this way, it gives me a &#8220;headers already sent&#8221; error. Is there an alternative?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ghgh</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-9531</link>
		<dc:creator>ghgh</dc:creator>
		<pubDate>Tue, 17 Mar 2009 04:10:23 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9531</guid>
		<description>ghgh</description>
		<content:encoded><![CDATA[<p>ghgh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malar</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-9358</link>
		<dc:creator>Malar</dc:creator>
		<pubDate>Thu, 12 Mar 2009 02:53:47 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9358</guid>
		<description>Hi thanks for this article.This is very  useful and easily clear my doubts.Thank you..........</description>
		<content:encoded><![CDATA[<p>Hi thanks for this article.This is very  useful and easily clear my doubts.Thank you&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gfdg</title>
		<link>http://www.tech-recipes.com/rx/465/redirect-to-another-web-page-using-php/comment-page-1/#comment-8740</link>
		<dc:creator>gfdg</dc:creator>
		<pubDate>Sat, 21 Feb 2009 06:34:58 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8740</guid>
		<description>gfdgdfg</description>
		<content:encoded><![CDATA[<p>gfdgdfg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
