fetch dat using get_value method

hello ,



io m using the get_value method but it gives me empty value plz tell me wht i do or some other event.



function myUpdate($action){



mysql_query(“UPDATE shot SET userID=’{$action->get_value(‘name’)}’ WHERE id=’{$action->get_id()}’”);

$action->success();

}



and calling dataprocessor.php file


Hello,


is there any field “name” in the shot table ?


Please take a look at the connector methods dhtmlx.com/dhxdocs/doku.php?id=d … ion_object