Search found 1 match

by chrisjim
Thu Jun 19, 2008 5:15 am
Forum: PHP - Code
Topic: Using the response to a http post from an external page
Replies: 1
Views: 78

Using the response to a http post from an external page

Hi, I'm a php rookie and I hope that I dont annoy anyone with such a simpel question. I have the following problem: I'm trying to program the connection from my cms to an external service. The API ist based on: HTTP -> xml response. Now, if I send the http post data to the php-api-page (external) th...