Quantcast
Channel: How can I do the equivalent of submitting a form twice with PHP? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by jbnunn for How can I do the equivalent of submitting a form twice...

You can send the form to submit.php, upload your file, perform your email action, then use CURL to send your data on to PayPal.This site has an example of how to send data to PayPal via...

View Article


Answer by Marcis for How can I do the equivalent of submitting a form twice...

Your uploader.php should show the new paypal form (or the same) to user and submit it by javascript on dom ready.Don't forget about non-javascript users too.<form...

View Article

How can I do the equivalent of submitting a form twice with PHP?

I have a problem with a form. I need it to perform two actions with only one submit click. I've read that the best solution is a server-side script, but my knowledge of PHP is pretty limited, so I'd...

View Article
Browsing latest articles
Browse All 3 View Live