I am trying to forward data from one page to another without using cURL, is this possible?
At the moment i have tried
header('HTTP/1.1 307 Temporary Redirect');
header('Location: new-location.php');
This works nicely but gives a stupid pop up box, any other methods?
I have tried using curl but nothing happens, not sure if its enabled on my server!
I think following is the only possible way to achieve that, instead of redirecting with location header, send this html:-