Hi all,
Been racking my brains on this for a while now, and thought I'd see if anyone has run into this before -
What I'm trying to do is to take some form input, validate that input, and on successfull validation, redirect via a header call to to an application running on another domain.
My only problem is that the request method for the redirect needs to be 'POST' (that is, the validated form data needs to be 'posted' to the application on the other domain, along with the user being redirected to that same resource.
Is this possible to even do?
I've read the article on using fsockopen() in conjunction with fputs() to write to an open socket on the remote server, but the issue for me is getting both the user and the data there in the same POST request.
Any ideas are greatly appreciated.
Sincere thanks in advance,
Gavin