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