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
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
2 matches
Mail list logo