irteza said:HI thanks for replying…i have already looked through those examples…i still couldn't find anything which could help me write the code for editurl page… they have referred to the page ..(someurl.php) but I want to understand how to pass the values from jqgrid to this page….how to define data for updating etc….can i please get any help with that???? Thanks
Hi!
Its pretty easy by empiric mode. Make a php file what insert all $_POST and $_GET key/value pairs into a 1 column SQL table or a text file. U will see all passed data by jqgrid.
Try search, edit, del, insert via jqgrid and u will get a passing definition for every action.
<?php
$res = '$_GET:';
foreach ($_GET as $k => $v){