I post this a second time cause the coding help forum seems messed up..
What I posted:
I will try to explain this the best as I can:
I have 3 processors for someone to choose from credit card, checking or web900 that I have built into a shopping cart. Once a user selects which products they like to purchase and add it to the shopping cart they then checkout by selecting one of the three submit buttons. Credit card, checking or the web 900.
Now the part I am not sure with... because each processor has a different post URL and hidden fields, I have created the system to send the user to a common page on my end called checkout.php on this page I can tell which products are in their shopping cart, and which method they like to pay by. But can you forward a users automatically from the checkout.php based on the correct post URL and the hidden form fields for the processor or does it have to be done from the original page where the submit button is?