> How can i get data in view file?
As I wrote above, your $this->set('numval',$numval); command sends the
variable to the view in a variable called $numval, you are already
passing that data to the view, but if you then use redirect then that
view no longer exists as you've loaded a new http request.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---