Good afternoon. The question is the following. How to send POST to php script from the main page and immediately redirect the user to the result page with the results. The problem is that the result page is completely on ajax working. I do not want to make another handler in php.
Can it be possible to transfer a variable from one page to the ajax script of another page?