Question
Can I redirect a user to an external site after the user POST's the data to a server and after the proper validation POST data to another server?
Answers
Yes you can by having the server accept the POST data and as the user waits for a response you dynamically establish a connection to another server. You'll be POSTing the data, receiveing a response adn then returing an answser to the user.
Hope that helped!
Hope that helped!

