Welcome Guest, Not a member yet? Register   Sign In
How can I pass data from View to Controllers without submiting form.
#1

[eluser]Chirag Chamoli[/eluser]
Hi folks,

I have a view from which I need to get some data to the controller, when a user clicks a link. Can you please suggest how can I get the data back to the controller.

The limitation is I don't want to use a submit form and get the data from $_POST.

Thanks,
Chirag
#2

[eluser]mddd[/eluser]
If you make a simple link like
Code:
< a href="/controller/method/clicked" > Link < / a >
then you can check in the method if $this->uri->segment(3)=='clicked' and you have your information. Or am I not understanding your question?
#3

[eluser]Chirag Chamoli[/eluser]
Thanks this help.




Theme © iAndrew 2016 - Forum software by © MyBB