update('Country') ->set($col, "'$value'") ->where("id = ".$_REQUEST['id']."", $id); $id = $q->execute(); print $_REQUEST['value']; } ?>