<?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: Reqest simple edit records PHP Example</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example</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/reqest-simple-edit-records-php-example/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Candra on Reqest simple edit records PHP Example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p13934</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p13934</guid>
        	        	<description><![CDATA[<p>To newperson,</p>
<p>Thx for your example code</p>
<p>regards,</p>
<p>Candra</p>
]]></description>
        	        	<pubDate>Fri, 15 Jan 2010 13:30:16 +0200</pubDate>
        </item>
        <item>
        	<title>newperson on Reqest simple edit records PHP Example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p13824</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p13824</guid>
        	        	<description><![CDATA[<p>I think what you are asking is a sample editurl php script so that fields you enter in editable fields are saved onto the database.</p>
<p>Good news is that it is simple and I also downloaded the demos you did and noticed that there is no php code to do this for you in the examples so I will give you what I made up, and you can adjust as necessary. I am new to php so what I created is by no means secure so I wouldn&#39;t recommend using it in a production/public environment in other words use at own risk.</p>
</p>
<p>editurl: &#39;someurl.php&#39;,</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6745' value='Select Code' data-codeid='sfcode6745' /></p>
<div class='sfcode' id='sfcode6745'>
<p>&#60;?php<br />include("dbconfig.php");</p>
<p>//This contains the unique record to update&#160;</p>
<p>$id = $_POST[&#39;id&#39;];</p>
<p>//This contains the data that will update the db<br />$Notes = $_POST[&#39;Notes&#39;];</p>
<p>// connect to the database<br />$db = mysql_connect($dbhost, $dbuser, $dbpassword)<br />or die("Connection Error: " . mysql_error());</p>
<p>mysql_select_db($database) or die("Error conecting to db.");</p>
<p>mysql_query("UPDATE store_item_monitor SET store_item_monitor.notes=&#39;$Notes&#39; where store_item_monitor.record=$id")<br />or die(mysql_error());</p>
<p>mysql_close($db);</p>
<p>?&#62;</p>
</div>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 16:17:43 +0200</pubDate>
        </item>
        <item>
        	<title>candra on Reqest simple edit records PHP Example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p13823</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p13823</guid>
        	        	<description><![CDATA[<p>Dear all,</p>
<p>Can anyone help me to&#160;give&#160;a&#160;PHP source code example- how to save/edit record to mysql database, pls?</p>
<p>I need a guidance- how to transfer javascript value to PHP</p>
<p>Regards,</p>
</p>
<p>Candra</p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 15:23:27 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Reqest simple edit records PHP Example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12971</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12971</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you for this, but this is just examples. Since jqGrid is independend from the server side language it is out of the docs to provide such examples and tuturials for PHP. What would the say people using JSP, ASP and other?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 13 Dec 2009 18:12:54 +0200</pubDate>
        </item>
        <item>
        	<title>linoj on Reqest simple edit records PHP Example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12949</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12949</guid>
        	        	<description><![CDATA[<p>i have the same question. thanks.</p>
]]></description>
        	        	<pubDate>Sun, 13 Dec 2009 09:03:32 +0200</pubDate>
        </item>
        <item>
        	<title>hksatay on Reqest simple edit records PHP Example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12862</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12862</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>Thanks for ur reply, in fact, i download the demo file from the link:&#160;<a href="http://www.trirand.com/jqgrid/downloads/jqgrid_demo36.zip" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgrid/" rel="nofollow">http://www.trirand.com/jqgrid/</a>.....demo36.zip</a><br />and lookup a php file: editing.php</p>
</p>
<p>I found that it didn&#39;t really show how jqGrid handle the server responses if update / delete the records&#160;successfully&#160;or&#160;failure&#160;</p>
</p>
<p>Can u elaborate it more about that?</p>
<p>Thanks~</p>
]]></description>
        	        	<pubDate>Wed, 09 Dec 2009 05:56:46 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Reqest simple edit records PHP Example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12829</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12829</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Welcome.</p>
<p>Also if you download the demo you can see how this is organized and the PHP code too.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Dec 2009 18:28:18 +0200</pubDate>
        </item>
        <item>
        	<title>hksatay on Reqest simple edit records PHP Example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12809</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/reqest-simple-edit-records-php-example#p12809</guid>
        	        	<description><![CDATA[<p>Hi all,  i am completely new on jqGrid, but it is so powerful. do anyone can show me a simple edit / add records example php?</p>
<p>How jqgrid can get the server response or how php handle the post data?&#160;</p>
<p>Thx!&#160;</p>
]]></description>
        	        	<pubDate>Tue, 08 Dec 2009 05:13:05 +0200</pubDate>
        </item>
</channel>
</rss>