<?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: PHP: Easily Get Query String Variables</title>
	<atom:link href="http://www.victorchen.info/php-easily-get-query-string-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victorchen.info/php-easily-get-query-string-variables/</link>
	<description>An array of C#, PHP, and HTML programming articles, tutorials, and resources</description>
	<pubDate>Fri, 05 Dec 2008 13:23:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: OXODesign</title>
		<link>http://www.victorchen.info/php-easily-get-query-string-variables/#comment-2522</link>
		<dc:creator>OXODesign</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=62#comment-2522</guid>
		<description>or more simbel :)

function getUrlStrVal($key, $default = ''){
      return isset($_GET[$key]) &#38;&#38; $_GET[$key] != '' ? $_GET[$key] : $default;
}</description>
		<content:encoded><![CDATA[<p>or more simbel :)</p>
<p>function getUrlStrVal($key, $default = &#8221;){<br />
      return isset($_GET[$key]) &amp;&amp; $_GET[$key] != &#8221; ? $_GET[$key] : $default;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
