How to redirect multiple pages ?

Hello Friends,
I have a html form with multiple fields and a paypal button, when I click that paypal button I need all the data through a mail and as well as this page should redirect to paypal account page. To mail I have written a php mail script, I can use form action property but here I can redirect only one page and I want to redirect both mail page and paypal account page, how can I do this thing if any one have any idea regarding please tell me…

Regards,
Premashish

Hi,

What you can do is POST all fields to mail script. After the script ends, use CURL and send all the variables to paypal page.

Sponsor our Newsletter | Privacy Policy | Terms of Service