I need to redirect to a page using php.
I need an AJAX request php page, and based on the request I need to redirect php to another page. Is this possible?
You can get the ultimate (a URL) or parameter etc. on response to the success of the AJAX request, and javascript Call in:
window.location = 'http://google.pl';
Comments
Post a Comment