Ok, so after having submitted the data, processed the data, then you
either save the data in the database or use the session to temporary
hold the information.
In the action to which you redirect, you either retrieve the data from
the database or from the session, depending on which solution you
choose.
You then send the data to the view using $this->set(varname, variable)
and voila, you can now see it in the page.
Enjoy,
   John

On Apr 29, 10:16 am, "Master Ram...!" <[email protected]> wrote:
> redirect to another page
>
> Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with 
> their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups 
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group 
> athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to