Welcome Guest, Not a member yet? Register   Sign In
How to submit a form to an external controller without leaving the current page??
#3

[eluser]cahva[/eluser]
Yes if js is enabled, use AJAX to submit and update the page. If not, send the form and redirect to the page where the form was submitted. You can either trust $_SERVER['HTTP_REFERER'] or like I did, set flashdata(for example previous_url) that you can use to redirect to the previous page.


Messages In This Thread
How to submit a form to an external controller without leaving the current page?? - by El Forum - 12-15-2010, 06:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB