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:

  1. send 3 input mailchimp.(it's ok , can it)
  2. 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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -