Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Dec 07, 2009 20:55
open dhtmlx forum
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
Answer posted by Alex (support) on Dec 08, 2009 01:42

Hello,

is there any field "name" in the shot table ?

Please take a look at the connector methods http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxconnector:dataaction_object