Try also debug($_POST); just to see if it is received from the
browser!
Turn off Auth and see if the data comes into the controller!
   John

On Apr 24, 10:29 am, Malcolm Krugger <chennaiprogram...@gmail.com>
wrote:
> Ok here is the view
>
> <?php
> echo $form->create('Member' ,array('controller' => 'Members' ,
> 'action' => 'register'));
> echo $form->input('Member.username');
> echo $form->input('Member.password');
> echo $form->input('Member.firstname');
> echo $form->input('Member.lastname');
> echo $form->input('Member.emailid');
> echo $form->end('submit');
> ?>
>
> and here is the array
>
> Array
> (
>     [Member] => Array
>         (
>             [username] => sfasf
>             [password] =>
>             [firstname] => asfas
>             [lastname] => fsafasf
>             [emailid] => asfsaf
>         )
>
> )
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to