php - how sending form data to two server -
i have html form. in form have 3 input: "name", "mobile" , "email", submit button.
in form use mailchimp , form inputs send mailchimp.
i want this:
- send 3 input mailchimp.(it's ok , can it)
- send name , mobile input sms server(sms server give me link send input post or method)
i can 2 case separate, can not together. because form can not have 2 action.
how can solve problem?
so tnx :)
have form post intermediate php script. script subsequently post mail chimp, , execute post sms gateway using curl.
Comments
Post a Comment