CodeIgniter Forums
pass dropdown selected value - 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 dropdown selected value (/showthread.php?tid=6489)



pass dropdown selected value - El Forum - 02-29-2008

[eluser]Unknown[/eluser]
hi. im kinda new to CI. i have a question. how do you pass selected data from a dropdown into the next page. tnx.


pass dropdown selected value - El Forum - 02-29-2008

[eluser]exodus7[/eluser]
I'm not sure if this is what you mean, but you can get the data passed from your form by using $this->input->post('name_of_dropdown');