my view page
i have variables $month,$year,$id.in my viewpage.i want to pass this to controller function using echo form_open for updation
echo form_open('money_c/updatemanualdata/'.$id,$month,$year);?>
how will call this in my controller money_c
function updatemanualdata('')..?>here what will i put please help