Hi,
I'm wondering if I can use the header("Location: someFile.php"); from a script that is called via AJAX. When I am calling this script the response is the page I am attempting to redirect to.
If not, what are some options to handle redirecting users via an ajax call?
I've tried window.location() but it does not capture browser history (can't use the back button).