Tagged Questions

1
vote
3answers
1k views

Using PHP to store results of a post request

Im currently working with an API which requires we send our collection details in xml to their server using a post request. Nothing major there but its not working, so I want to output the sent xml ...