<?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: Extract GET Variables from URL String to Array - PHP Function</title>
	<atom:link href="http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/</link>
	<description>Better use of the web for everybody</description>
	<pubDate>Fri, 12 Mar 2010 02:55:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pmp</title>
		<link>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/comment-page-1/#comment-36067</link>
		<dc:creator>pmp</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/coding/codin-php/extract-get-variables-from-url-string-to-array-php-function/#comment-36067</guid>
		<description>Excellent script! Thank you for making it, it saved me a lot of time after screwing with the the parse_url function.</description>
		<content:encoded><![CDATA[<p>Excellent script! Thank you for making it, it saved me a lot of time after screwing with the the parse_url function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/comment-page-1/#comment-33579</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 04 Jul 2009 15:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/coding/codin-php/extract-get-variables-from-url-string-to-array-php-function/#comment-33579</guid>
		<description>The function takes one argument, $url. That's where the URL goes.

you could use something like this:

$url = $_GET['url'];
$url_variables = getVariableFromUrl[$url];

You will have a 2d array of the get variables from that URL.</description>
		<content:encoded><![CDATA[<p>The function takes one argument, $url. That&#8217;s where the URL goes.</p>
<p>you could use something like this:</p>
<p>$url = $_GET['url'];<br />
$url_variables = getVariableFromUrl[$url];</p>
<p>You will have a 2d array of the get variables from that URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo</title>
		<link>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/comment-page-1/#comment-32984</link>
		<dc:creator>Leonardo</dc:creator>
		<pubDate>Mon, 22 Jun 2009 13:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/coding/codin-php/extract-get-variables-from-url-string-to-array-php-function/#comment-32984</guid>
		<description>Hi...
Where do you insert the Youtube Video URL.</description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
Where do you insert the Youtube Video URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/comment-page-1/#comment-31072</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 06 May 2009 22:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/coding/codin-php/extract-get-variables-from-url-string-to-array-php-function/#comment-31072</guid>
		<description>Thank you. Took me ages to find this. Nowhere else has a method like this that I could find.</description>
		<content:encoded><![CDATA[<p>Thank you. Took me ages to find this. Nowhere else has a method like this that I could find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AngusI</title>
		<link>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/comment-page-1/#comment-871</link>
		<dc:creator>AngusI</dc:creator>
		<pubDate>Sun, 06 Apr 2008 14:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/coding/codin-php/extract-get-variables-from-url-string-to-array-php-function/#comment-871</guid>
		<description>Could you not simply have used the extract() function?</description>
		<content:encoded><![CDATA[<p>Could you not simply have used the extract() function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piero</title>
		<link>http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/comment-page-1/#comment-672</link>
		<dc:creator>Piero</dc:creator>
		<pubDate>Tue, 18 Mar 2008 07:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.logon2.com.au/blog/archive/coding/codin-php/extract-get-variables-from-url-string-to-array-php-function/#comment-672</guid>
		<description>could you put your function on a php example, please?? you can email me at piero@chullotv.com</description>
		<content:encoded><![CDATA[<p>could you put your function on a php example, please?? you can email me at <a href="mailto:piero@chullotv.com">piero@chullotv.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
