Welcome Guest, Not a member yet? Register   Sign In
AJAX
#1

[eluser]Sbioko[/eluser]
Hi all, how to implement ajax in codeigniter? Without xajax. And why simple ajax requests like 'ajax/response/value/' (ajax - controller, response - method, value- option) not work?
Thanks.
#2

[eluser]Sbioko[/eluser]
Does anybody knows?
#3

[eluser]Pascal Kriete[/eluser]
You'll need to give us a little more to work with. What have you tried? What were the results?

CI is still PHP, so it will work like a regular PHP script accepting an ajax call. The only caveat is that you need to use POST or a url segment to send your data.




Theme © iAndrew 2016 - Forum software by © MyBB