$this->redirect(array('controller' => $controller, 'action' =>
$action, $id, 'named' => $named, 'named2' => $named2));
On Feb 22, 9:58 am, newguy wrote:
> Hi
> I have a simple form in my view where the user enters a 4 digit
> numeral code, in the controller action am unable to access this code,
>
f newguy
Sent: Tuesday, February 22, 2011 12:28 PM
To: CakePHP
Subject: Problem with accessing form data
Hi
I have a simple form in my view where the user enters a 4 digit
numeral code, in the controller action am unable to access this code,
it would be great if some one could tell me how to access
Hi
I have a simple form in my view where the user enters a 4 digit
numeral code, in the controller action am unable to access this code,
it would be great if some one could tell me how to access this code in
the action and then pass this code as a parameter to another
controller action.
***For