开发者

Do two actions with a form

开发者 https://www.devze.com 2023-03-10 00:25 出处:网络
Hey, I\'m just wondering if it\'s possible to have a form in html do two things on submit, have the action go to a url like normal (PayPal) bu开发者_开发百科t also go to a php program to send me an em

Hey, I'm just wondering if it's possible to have a form in html do two things on submit, have the action go to a url like normal (PayPal) bu开发者_开发百科t also go to a php program to send me an email.


You could use AJAX to submit the two actions requests individually.

Alternatively, just process the request at your server end code and make the appropriate requests from there.

There maybe better solutions depending on the exact context.

0

精彩评论

暂无评论...
验证码 换一张
取 消