How can I send a XML to spec URL?
Every time a form is sent I want to send a xml file to a url … how do I do that?
NOTE: xml file to be sent is always the same so I do not need to create new xml file each time ..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Something along the lines of:
Create headers:
Run CURL:
This is just a sample code, but you get the idea.