Hi there,
try this as your first output line:
$this_output = "";
hope that helps...
cheers
björn
>Hi, I gotta send an XML request to a server. In the doc it's defined as
>follows:
>[request]
>
>
>
>dealerName=''
>
>posName='1234'
>
>posPassword='1234'
>
>userName=''
>
>userPassword='1234' />
Hi, I gotta send an XML request to a server. In the doc it's defined as
follows:
[request]
[/request]
and I tried to realize it that way:
[Code]
'.$n.'
';
$x = curl_init("https://xml.pinsprepaid.com/xml/xmlPinXpress.asp";);
curl_setopt($x, CURLOPT_HTTPHEADER, array('Content-Type: text/
2 matches
Mail list logo