Cant get POST value (success in my local PC but error in server)

Hi all…

i create a form with Cjuitabs, and i have a field like this :




                <?php echo $form->textField($model,'halo');?>



i want get value from that control form my controller like this :




       $model->halo=$_POST['Client']['halo'];



This work success without problem when i do in my local server PC. But when in server, my apps dont recognize that and display error "Undefined halo"

Anyone know how to solve this problem?

thanks…

Have you uploaded all files from your computer to server(model, controller, view)?