This topic is locked

before record update problems ?

3/9/2017 3:03:05 PM
PHPRunner General questions
T
tubisan author

hi,
the following code will update two variables according to how my layout..
---------------------------------------------

global $dal;

$tblDetail = $dal->Table("daire");

$tblDetail->Value["dolu"] = 1;

$tblDetail->Param["blok_no"] = $values["blok_no"] AND Param["daire_no"] = $values["daire_no"];

$tblDetail->Update();

unset($values["dolu"]);

// Place event code here.

// Use "Add Action" button to add code snippets.
return true;