CodeIgniter Forums
Is this possible --> using ajax(jquery) --> send to php --> return to different 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: Is this possible --> using ajax(jquery) --> send to php --> return to different page ? (/showthread.php?tid=47844)



Is this possible --> using ajax(jquery) --> send to php --> return to different page ? - El Forum - 12-24-2011

[eluser]Unknown[/eluser]
Hello Everyone

I have a quick question:

Is it possible to use ajax(using jquery) to send it to a function in php then the function redirects to different page. The reason i am using ajax is when i send it to the php function i can return data but i want to also redirect to a different page if all is true. Now how would that work?


A example would be GREAT if it is possible