<?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: editurl help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editurl-help</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/editurl-help/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>irteza on editurl help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editurl-help#p18695</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editurl-help#p18695</guid>
        	        	<description><![CDATA[<p>I tried using the following code but it disappears as soon as i refresh the page. This should work when i set this one as editurl but sadly as soon as i refresh the page all the changes disappear. Any help would be appreciated. thanks</p>
<p>include("dbconfig.php");</p>
<p>$cf_id=$_POST[&#39;cf_id&#39;];</p>
<p>$order_id=$_POST[&#39;order_id&#39;];</p>
<p>$status=$_POST[&#39;status&#39;];</p>
<p>$assigned_to=$_POST[&#39;assigned_to&#39;];</p>
<p>$reported_date=$_POST[&#39;reported_date&#39;];</p>
<p>$remarks=$_POST[&#39;remarks&#39;];</p>
<p>$db = mysql_connect($dbhost, $dbuser, $dbpassword) or die("Connection Error: " . mysql_error());</p>
<p>mysql_select_db($database) or die("Error conecting to db.");</p>
<p>mysql_query("UPDATE jos_chronoforms_ictjobrequest SET  order_id=&#39;$order_id&#39;, status=&#39;$status&#39;, assigned_to=&#39;$assigned_to&#39;, reported_date=&#39;$reported_date&#39;, remarks=&#39;$remarks&#39; WHERE cf_id=$cf_id") or die(mysql_error());</p>
<p>mysql_close($db);</p>
</p>
<p>EDIT: Please tell me if this php is correct then that means .. there is a problem in my js and html file</p>
]]></description>
        	        	<pubDate>Tue, 20 Jul 2010 14:35:57 +0300</pubDate>
        </item>
        <item>
        	<title>irteza on editurl help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editurl-help#p18689</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editurl-help#p18689</guid>
        	        	<description><![CDATA[<p>Hi....needed some help here.....can anyone please give me an example of the editurl page??? i know how to use php and mysql but i cant understand which variables am i supposed to use in POST to save to database....do i use the same field names which i used to import the data??? Can anyone please show me an example of the editurl page?? will be grateful thanks</p>
]]></description>
        	        	<pubDate>Tue, 20 Jul 2010 11:30:22 +0300</pubDate>
        </item>
</channel>
</rss>