how to get the value next page...

2010-05-10 Thread Master Ram
hi.. all i am new to cakephp. i have five pages. and only one table.. in each page i have five fields. i want add the filled data after 5th page. each page i am having next button. after i am clicking on next. i will get the next page. how to do. please help me... in advance thanks...

Re: how to get the value next page...

2010-05-10 Thread John Andersen
Either save the values from each page (step) in the database or in the session, then upon the final save (commit), gather all the information together and save it to the database. Enjoy, John On May 10, 2:14 pm, Master Ram ramganga...@gmail.com wrote: hi.. all i am new to cakephp. i have