<?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: Send multidimensional arrays to PHP with jQuery and AJAX</title>
	<atom:link href="http://www.zulius.com/how-to/send-multidimensional-arrays-php-with-jquery-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zulius.com/how-to/send-multidimensional-arrays-php-with-jquery-ajax/</link>
	<description>Advanced Application Development</description>
	<lastBuildDate>Sat, 04 Sep 2010 20:57:32 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Travis</title>
		<link>http://www.zulius.com/how-to/send-multidimensional-arrays-php-with-jquery-ajax/comment-page-1/#comment-203</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Sun, 16 May 2010 13:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/?p=656#comment-203</guid>
		<description>Great write up/explanations.  I found method 3 to be the quickest to implement.</description>
		<content:encoded><![CDATA[<p>Great write up/explanations.  I found method 3 to be the quickest to implement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim White</title>
		<link>http://www.zulius.com/how-to/send-multidimensional-arrays-php-with-jquery-ajax/comment-page-1/#comment-198</link>
		<dc:creator>Tim White</dc:creator>
		<pubDate>Wed, 14 Apr 2010 15:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/?p=656#comment-198</guid>
		<description>@walesa - no offense, but I&#039;m guessing you&#039;re a n00b to php.  Use the print_r() or var_dump() functions to view human readable contents of arrays and objects:

print_r($_POST);
</description>
		<content:encoded><![CDATA[<p>@walesa - no offense, but I'm guessing you're a n00b to php.  Use the print_r() or var_dump() functions to view human readable contents of arrays and objects:</p>
<p>print_r($_POST);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walesa</title>
		<link>http://www.zulius.com/how-to/send-multidimensional-arrays-php-with-jquery-ajax/comment-page-1/#comment-195</link>
		<dc:creator>walesa</dc:creator>
		<pubDate>Wed, 14 Apr 2010 09:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/?p=656#comment-195</guid>
		<description>hei when i try 
echo ($_POST);

its just shown 
&quot;Array&quot;

why??

i tried method 1</description>
		<content:encoded><![CDATA[<p>hei when i try<br />
echo ($_POST);</p>
<p>its just shown<br />
"Array"</p>
<p>why??</p>
<p>i tried method 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jazzigor</title>
		<link>http://www.zulius.com/how-to/send-multidimensional-arrays-php-with-jquery-ajax/comment-page-1/#comment-174</link>
		<dc:creator>jazzigor</dc:creator>
		<pubDate>Thu, 07 Jan 2010 09:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/?p=656#comment-174</guid>
		<description>Great article! Thanks.</description>
		<content:encoded><![CDATA[<p>Great article! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Lee</title>
		<link>http://www.zulius.com/how-to/send-multidimensional-arrays-php-with-jquery-ajax/comment-page-1/#comment-168</link>
		<dc:creator>Joe Lee</dc:creator>
		<pubDate>Mon, 04 Jan 2010 10:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/?p=656#comment-168</guid>
		<description>Thanks for the article! It was really handy. I was trying to use the jquery $.post but I didnt realise I had to separately json encode the array separately.</description>
		<content:encoded><![CDATA[<p>Thanks for the article! It was really handy. I was trying to use the jquery $.post but I didnt realise I had to separately json encode the array separately.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
