<?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: PHP: pass all POST and GET variables in array in function parameter</title>
	<atom:link href="http://www.tanzilo.com/2008/11/09/php-pass-all-post-and-get-variables-in-array-in-function-parameter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tanzilo.com/2008/11/09/php-pass-all-post-and-get-variables-in-array-in-function-parameter/</link>
	<description>Talks on Web Technology and Better Product Development</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:05:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: phil</title>
		<link>http://www.tanzilo.com/2008/11/09/php-pass-all-post-and-get-variables-in-array-in-function-parameter/comment-page-1/#comment-946</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Mon, 30 Jan 2012 11:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=31#comment-946</guid>
		<description>hi ,

i have used your example :

saveFeedback($_POST);
	function filterKeys($inputArray)
	{
		var_dump($inputArray);
	}

to get everything thats posted to a page, my question is :

on the posting page i have some code that allows you to added more fields to enter text in to to send to the page with the above code on, the code on the posted page adds 1, 2, 3, 4, after the form item name IE 





how can i capture this dynamically posted details?

many thanks</description>
		<content:encoded><![CDATA[<p>hi ,</p>
<p>i have used your example :</p>
<p>saveFeedback($_POST);<br />
	function filterKeys($inputArray)<br />
	{<br />
		var_dump($inputArray);<br />
	}</p>
<p>to get everything thats posted to a page, my question is :</p>
<p>on the posting page i have some code that allows you to added more fields to enter text in to to send to the page with the above code on, the code on the posted page adds 1, 2, 3, 4, after the form item name IE </p>
<p>how can i capture this dynamically posted details?</p>
<p>many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.tanzilo.com/2008/11/09/php-pass-all-post-and-get-variables-in-array-in-function-parameter/comment-page-1/#comment-842</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 09 Jun 2011 10:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=31#comment-842</guid>
		<description>Hi.
Do you have tips on how to pass POST variables as array to a separate .php file, and executing a confirmation message, either in the separate .php file or in the form file? I can&#039;t get it to work.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Do you have tips on how to pass POST variables as array to a separate .php file, and executing a confirmation message, either in the separate .php file or in the form file? I can&#8217;t get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandrakanta Rath</title>
		<link>http://www.tanzilo.com/2008/11/09/php-pass-all-post-and-get-variables-in-array-in-function-parameter/comment-page-1/#comment-208</link>
		<dc:creator>Chandrakanta Rath</dc:creator>
		<pubDate>Thu, 27 Nov 2008 13:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=31#comment-208</guid>
		<description>I want to know about PHP map function??
chandrakantr@interfinet.com

plz mail me in this Url</description>
		<content:encoded><![CDATA[<p>I want to know about PHP map function??<br />
<a href="mailto:chandrakantr@interfinet.com">chandrakantr@interfinet.com</a></p>
<p>plz mail me in this Url</p>
]]></content:encoded>
	</item>
</channel>
</rss>

