Re: [PHP] XMLRPC and file_get_contents

2007-08-16 Thread Andreas Schlicker
Stut wrote: Andreas Schlicker wrote: Hi all, I'm writing an XML-REC client in PHP, based on the following example: array( 'method' => "POST", 'header' => "Content-Type: text/xml", 'content' => $request ))); $file = file_get_contents("http://www.example.com/xmlrpc";, false, $conte

Re: [PHP] XMLRPC and file_get_contents

2007-08-16 Thread Stut
Andreas Schlicker wrote: Hi all, I'm writing an XML-REC client in PHP, based on the following example: array( 'method' => "POST", 'header' => "Content-Type: text/xml", 'content' => $request ))); $file = file_get_contents("http://www.example.com/xmlrpc";, false, $context); $respon