CodeIgniter Forums
pass the data using redirect - 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: pass the data using redirect (/showthread.php?tid=19690)



pass the data using redirect - El Forum - 06-16-2009

[eluser]alberta[/eluser]
Is there any way to redirect with passing some data ?

Code:
$data['results']='Your search did not return any results.';
$data['value']='some value';
redirect($pieces[1], '$data');

Is this possible or not, if not then what is alternative ??

em stuck at this problem.. any help would be appreciated
thanks


pass the data using redirect - El Forum - 06-16-2009

[eluser]Dam1an[/eluser]
Do you definatly need a redirect? Or could you just call another function locally?
If you do need the redirect, then you'd probably need to set the data as flashdata using the session class