you can provide only one variable in the array:
http_post(
    '195.57.250.36',
    80,
    '/barceloDS/interface/xml',
    array(
        "xml"=>$xml
    )
);

On some date, Diana Castillo wrote:

>thanks a lot I have a question, how would I specifiy the name of the
>variable I am sending if I am sending only one? If I send it like this
does
>it know that what I am sending as $xml is also named the variable xml ?
the
>example only has an array.
>http_post('195.57.250.36',80,'/barceloDS/interface/xml',$xml);
-- 
Mincu Alexandru                 intelinet.ro
Tel:+4 0745 369719              +4 021 3140021
www.intelinet.ro                [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to