<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Coding to catch id from multi select delete</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/coding-to-catch-id-from-multi-select-delete</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/coding-to-catch-id-from-multi-select-delete/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Candrairawan78 on Coding to catch id from multi select delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/coding-to-catch-id-from-multi-select-delete#p16742</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/coding-to-catch-id-from-multi-select-delete#p16742</guid>
        	        	<description><![CDATA[<p>Dear <strong>ddotsenko,</strong></p>
<p><strong>Thank you for your clue. my grid has solved.</strong></p>
<p><strong>Regards,</strong></p>
<p><strong>candrairawan78</strong></p>
]]></description>
        	        	<pubDate>Tue, 27 Apr 2010 08:30:01 +0300</pubDate>
        </item>
        <item>
        	<title>ddotsenko on Coding to catch id from multi select delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/coding-to-catch-id-from-multi-select-delete#p16658</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/coding-to-catch-id-from-multi-select-delete#p16658</guid>
        	        	<description><![CDATA[<blockquote>
<p>Candrairawan78 said:</p>
<p>Dear all,</p>
<p>I have problem with multi selection delete, my code works on single delete but how to delete more than 1 . Could anyone help me please, I have spent over days trying to make this work and I have not solved my problem. This is my code:</p>
<p>if($operation == "del")</p>
<p>{</p>
<p>$id=$_POST[&#39;id&#39;]; // the parameters show on firebug is id = 0909, 6787, 3521</p>
<p>$total=count($id);</p>
<p>for($i=0;$i&#60;$total;$i++)</p>
<p><span style="white-space: pre;"> </span>...</p>
</blockquote>
<hr />
<p>The contents of &#39;id&#39; is not an array. It&#39;s a string. Split it into an array over ","</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 09:33:36 +0300</pubDate>
        </item>
        <item>
        	<title>Candrairawan78 on Coding to catch id from multi select delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/coding-to-catch-id-from-multi-select-delete#p16648</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/coding-to-catch-id-from-multi-select-delete#p16648</guid>
        	        	<description><![CDATA[<p>Dear all,</p>
<p>I have problem with multi selection delete, my code works on single delete but how to delete more than 1 . Could anyone help me please, I have spent over days trying to make this work and I have not solved my problem. This is my code:</p>
<p>if($operation == "del")</p>
<p>{</p>
<p>$id=$_POST[&#39;id&#39;]; // the parameters show on firebug is id = 0909, 6787, 3521</p>
<p>$total=count($id);</p>
<p>for($i=0;$i&#60;$total;$i++)</p>
<p>&#160; {</p>
<p>&#160; $query="DELETE FROM table WHERE no=&#39;$id[$i]&#39;";</p>
<p>&#160; $result = $db-&#62;query($query);</p>
<p>&#160; }</p>
<p>&#160; }</p>
</p>
<p>Thank you very much for your help</p>
<p>Candra</p>
]]></description>
        	        	<pubDate>Sun, 25 Apr 2010 11:14:26 +0300</pubDate>
        </item>
</channel>
</rss>