<?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: Reading multiple parameters in PHP</title>
	<atom:link href="http://www.redips.net/php/multiple-parameters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/php/multiple-parameters/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:29:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/</generator>
	<item>
		<title>By: deep4ut</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4895</link>
		<dc:creator>deep4ut</dc:creator>
		<pubDate>Fri, 06 Jan 2012 13:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4895</guid>
		<description>Tremendous explaination....well done</description>
		<content:encoded><![CDATA[<p>Tremendous explaination....well done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saffor</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4747</link>
		<dc:creator>saffor</dc:creator>
		<pubDate>Sat, 03 Dec 2011 10:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4747</guid>
		<description>Thank you so much , you solved what I was looking for .</description>
		<content:encoded><![CDATA[<p>Thank you so much , you solved what I was looking for .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas kaila</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4652</link>
		<dc:creator>vikas kaila</dc:creator>
		<pubDate>Fri, 11 Nov 2011 16:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4652</guid>
		<description>nice</description>
		<content:encoded><![CDATA[<p>nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4507</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Sat, 01 Oct 2011 10:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4507</guid>
		<description>@HMuddada - I will suggest you to read all drag and drop changes and to save to the database. This seems like the best option till &lt;strong&gt;web storage / web sql databases&lt;/strong&gt; in HTML5 reaches the final shape. Please see example03 (you will have to prepare two tables in MySQL database) how to save table content. Instead of concatenating values in this example, JSON is the better method to send data to the server. JSON is on my TODO list for &lt;strong&gt;REDIPS.drag.save_content()&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>@HMuddada - I will suggest you to read all drag and drop changes and to save to the database. This seems like the best option till <strong>web storage / web sql databases</strong> in HTML5 reaches the final shape. Please see example03 (you will have to prepare two tables in MySQL database) how to save table content. Instead of concatenating values in this example, JSON is the better method to send data to the server. JSON is on my TODO list for <strong>REDIPS.drag.save_content()</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HMuddada</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4490</link>
		<dc:creator>HMuddada</dc:creator>
		<pubDate>Mon, 26 Sep 2011 19:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4490</guid>
		<description>Hi,Is it possible to save the state of drag-and-drop changes applied on browser controls like textfield, dropdown etc and rendering the changes when accessing the same browser page, the next time.

Could you please let me know how to do it. I was able to do the drag-and-drop changes using javascirpt but am not sure how to save the state. Can I directly save the changes as an HTML or would i have to capture the changes in the database and read from the database when the page is access the next time?

Please advice.

Regards
Hari.M</description>
		<content:encoded><![CDATA[<p>Hi,Is it possible to save the state of drag-and-drop changes applied on browser controls like textfield, dropdown etc and rendering the changes when accessing the same browser page, the next time.</p>
<p>Could you please let me know how to do it. I was able to do the drag-and-drop changes using javascirpt but am not sure how to save the state. Can I directly save the changes as an HTML or would i have to capture the changes in the database and read from the database when the page is access the next time?</p>
<p>Please advice.</p>
<p>Regards<br />
Hari.M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4217</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Wed, 13 Jul 2011 15:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4217</guid>
		<description>@RODOLFO - So, you want to pre-populate some registration form with data from your database? It is possible if there exists some kind of service to read parameters from query string and fill them to the form fields (e.g. PHP page will accept parameters and populate form fields). Other solution is a client side where JavaScript function will read/parse parameters from URL and fill them to the input fields. In both cases you need to have access to the input form you want to fill.</description>
		<content:encoded><![CDATA[<p>@RODOLFO - So, you want to pre-populate some registration form with data from your database? It is possible if there exists some kind of service to read parameters from query string and fill them to the form fields (e.g. PHP page will accept parameters and populate form fields). Other solution is a client side where JavaScript function will read/parse parameters from URL and fill them to the input fields. In both cases you need to have access to the input form you want to fill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RODOLFO SEALES POSADA</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4208</link>
		<dc:creator>RODOLFO SEALES POSADA</dc:creator>
		<pubDate>Tue, 12 Jul 2011 23:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4208</guid>
		<description>dbunic, god day.  Can you help me please with I think you could help me with this: It happens that I have a database that I want to feed another web site through your registration form. these data already stored in your order and required to send this form through a very concatenation, where each fits in the parameter string to be sent to the URL parameters. 

example of this chain is something like the following: 
http://123startpage.com/login.php?email=&amp;password=&amp;action=login as you can see these parameters we can extract from the database and cash them inserting the new registration form.</description>
		<content:encoded><![CDATA[<p>dbunic, god day.  Can you help me please with I think you could help me with this: It happens that I have a database that I want to feed another web site through your registration form. these data already stored in your order and required to send this form through a very concatenation, where each fits in the parameter string to be sent to the URL parameters. </p>
<p>example of this chain is something like the following:<br />
<a href="http://123startpage.com/login.php?email=&#038;password=&#038;action=login" rel="nofollow">http://123startpage.com/login.php?email=&#038;password=&#038;action=login</a> as you can see these parameters we can extract from the database and cash them inserting the new registration form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RODOLFO SEALES POSADA</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4205</link>
		<dc:creator>RODOLFO SEALES POSADA</dc:creator>
		<pubDate>Tue, 12 Jul 2011 03:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4205</guid>
		<description>hi. is excellent example for my need.
is possible  and like send  to  a form register a chain extracted of database in form of chain  for simulate a new registrations in database of other appplication?</description>
		<content:encoded><![CDATA[<p>hi. is excellent example for my need.<br />
is possible  and like send  to  a form register a chain extracted of database in form of chain  for simulate a new registrations in database of other appplication?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4176</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Wed, 06 Jul 2011 16:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4176</guid>
		<description>@Jonathan - Thank you for sharing solution with JSON method (posting complex data). It looks much simplier comparing to string concatenation and preparing many p[] parameters. You just gave me an idea about new post :)
Thank you once again.
Cheers!</description>
		<content:encoded><![CDATA[<p>@Jonathan - Thank you for sharing solution with JSON method (posting complex data). It looks much simplier comparing to string concatenation and preparing many p[] parameters. You just gave me an idea about new post <img src='http://www.redips.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thank you once again.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.redips.net/php/multiple-parameters/comment-page-1/#comment-4172</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 05 Jul 2011 22:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=98#comment-4172</guid>
		<description>First of all, thank you for redips.drag. It is fantastic.

Regarding posting complex data, a much simpler way of dealing with complex structures like tables, etc. is to do the following:

1. In javascript, convert the table to a data object or array.
2. Convert the object/array to a JSON string, e.g.: mystring=JSON.stringify(myObject, null, &quot;\t&quot;);
3. URI-encode if necessary, e.g.: myURLparm=encodeURIComponent(mystring);
4. Send it via AJAX using POST method.

On the other end, PHP just does a json_decode() and everything is ready to go.</description>
		<content:encoded><![CDATA[<p>First of all, thank you for redips.drag. It is fantastic.</p>
<p>Regarding posting complex data, a much simpler way of dealing with complex structures like tables, etc. is to do the following:</p>
<p>1. In javascript, convert the table to a data object or array.<br />
2. Convert the object/array to a JSON string, e.g.: mystring=JSON.stringify(myObject, null, "\t");<br />
3. URI-encode if necessary, e.g.: myURLparm=encodeURIComponent(mystring);<br />
4. Send it via AJAX using POST method.</p>
<p>On the other end, PHP just does a json_decode() and everything is ready to go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

