<?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: Why waste pages? Be more network friendly with php</title>
	<atom:link href="http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php/feed" rel="self" type="application/rss+xml" />
	<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php</link>
	<description>Become a Better Developer, One Tip at a Time.</description>
	<lastBuildDate>Tue, 27 Sep 2011 18:42:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: blog ping</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-972</link>
		<dc:creator>blog ping</dc:creator>
		<pubDate>Thu, 17 Sep 2009 11:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-972</guid>
		<description>Hey yo, I&#039;m really happy for ya and am gonna let you finish but you didn&#039;t mention PingNinja.com</description>
		<content:encoded><![CDATA[<p>Hey yo, I&#8217;m really happy for ya and am gonna let you finish but you didn&#8217;t mention PingNinja.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Host Right</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-841</link>
		<dc:creator>Web Host Right</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-841</guid>
		<description>Thanks for a clear explanation on this, ive not come across this before so its always nice to pick up another bit of helpful advice.</description>
		<content:encoded><![CDATA[<p>Thanks for a clear explanation on this, ive not come across this before so its always nice to pick up another bit of helpful advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahriat Hossain</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-555</link>
		<dc:creator>Shahriat Hossain</dc:creator>
		<pubDate>Fri, 17 Apr 2009 10:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-555</guid>
		<description>Opps! my code doesn&#039;t appear.</description>
		<content:encoded><![CDATA[<p>Opps! my code doesn&#8217;t appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahriat Hossain</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-554</link>
		<dc:creator>Shahriat Hossain</dc:creator>
		<pubDate>Fri, 17 Apr 2009 10:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-554</guid>
		<description>Nice post! We can also add an extra else condition if someone just want only result not the form like below 

   

First Name: 
Last Name: 





And also should not use $_REQUEST direct because sometimes it is hard to detect query string variable or post variable.</description>
		<content:encoded><![CDATA[<p>Nice post! We can also add an extra else condition if someone just want only result not the form like below </p>
<p>First Name:<br />
Last Name: </p>
<p>And also should not use $_REQUEST direct because sometimes it is hard to detect query string variable or post variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MBzle</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-524</link>
		<dc:creator>MBzle</dc:creator>
		<pubDate>Mon, 06 Apr 2009 12:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-524</guid>
		<description>True... 

i did a quick research and got similar feedback...

As soon as i get the chance, i&#039;ll run a few rests with $_POST and observe the results...

Thanks.</description>
		<content:encoded><![CDATA[<p>True&#8230; </p>
<p>i did a quick research and got similar feedback&#8230;</p>
<p>As soon as i get the chance, i&#8217;ll run a few rests with $_POST and observe the results&#8230;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MBzle</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-523</link>
		<dc:creator>MBzle</dc:creator>
		<pubDate>Mon, 06 Apr 2009 11:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-523</guid>
		<description>thanks for this!

by network friendly, i meant to avoid using extra pages and waste space if the same can be achieved using one page.</description>
		<content:encoded><![CDATA[<p>thanks for this!</p>
<p>by network friendly, i meant to avoid using extra pages and waste space if the same can be achieved using one page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MBzle</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-522</link>
		<dc:creator>MBzle</dc:creator>
		<pubDate>Mon, 06 Apr 2009 11:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-522</guid>
		<description>i didn&#039;t know that you can omit the &#039;action&#039; parameter! thanks for the tip! 

can you provide a small demo for the second point so i can be sure i understood it?</description>
		<content:encoded><![CDATA[<p>i didn&#8217;t know that you can omit the &#8216;action&#8217; parameter! thanks for the tip! </p>
<p>can you provide a small demo for the second point so i can be sure i understood it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MBzle</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-521</link>
		<dc:creator>MBzle</dc:creator>
		<pubDate>Mon, 06 Apr 2009 11:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-521</guid>
		<description>glad you like it!</description>
		<content:encoded><![CDATA[<p>glad you like it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-493</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 26 Mar 2009 09:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-493</guid>
		<description>I think i missed a point. Exactly how is it network friendly? The same if not more code gets executed as the page as to check to see if its the first request or not ( so it doesnt error)and also a seperate page would not get indexed  in a search if its not linked. I dont see a form submission as a valid link.

I do however think its a good suggestion as its easier to maintain a single page rather than cross page postbacks.

Love and Peace</description>
		<content:encoded><![CDATA[<p>I think i missed a point. Exactly how is it network friendly? The same if not more code gets executed as the page as to check to see if its the first request or not ( so it doesnt error)and also a seperate page would not get indexed  in a search if its not linked. I dont see a form submission as a valid link.</p>
<p>I do however think its a good suggestion as its easier to maintain a single page rather than cross page postbacks.</p>
<p>Love and Peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaya</title>
		<link>http://dev-tips.com/featured/why-waste-pages-be-more-network-friendly-with-php#comment-385</link>
		<dc:creator>Gaya</dc:creator>
		<pubDate>Thu, 05 Mar 2009 08:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tips.com/?p=220#comment-385</guid>
		<description>I still think you should load the parameter foo using $_POST[&#039;foo&#039;], this to prevent people from adjusting the http request and putting a foo=Send in the querystring. This will also allow people to set the $_REQUEST[&#039;foo&#039;] to send.

I advice everyone to NOT use $_REQUEST. This can cause problems if e.g. a $_GET[&#039;foo&#039;] and a $_POST[&#039;foo&#039;] exist with different variables. I also know cases when a $_REQUEST variable caused an hour or two of work to debug ;)</description>
		<content:encoded><![CDATA[<p>I still think you should load the parameter foo using $_POST['foo'], this to prevent people from adjusting the http request and putting a foo=Send in the querystring. This will also allow people to set the $_REQUEST['foo'] to send.</p>
<p>I advice everyone to NOT use $_REQUEST. This can cause problems if e.g. a $_GET['foo'] and a $_POST['foo'] exist with different variables. I also know cases when a $_REQUEST variable caused an hour or two of work to debug <img src='http://dev-tips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

