CodeIgniter Forums
how to forward page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to forward page (/showthread.php?tid=21407)



how to forward page - El Forum - 08-09-2009

[eluser]infro[/eluser]
Hi,
is it possible to forward page to another without loosing post or get data using CodeIgniter?
Now I'm using redirect function from url helper, but the post data is lost on opening new page.


how to forward page - El Forum - 08-09-2009

[eluser]Dam1an[/eluser]
If you need something to last accross one request, you're best bet is to use flashdata from the session class