2008年9月15日星期一

Re: [fw-core] Zend_Http_Client

To rid of your error message in your code use:

<code>
$client->request("POST")
</code>

and also sending POST parameter language=fr should work fine.


Olivier Ricordeau wrote:
>
>
> // Set up Zend_Http_Client
> $client = new Zend_Http_Client();
> $client->setConfig(array('timeout' => 30));
> $client->setParameterPost('language', 'fr')
> Olivier
>
>

--
View this message in context: http://www.nabble.com/Zend_Http_Client-tp15372824p19491590.html
Sent from the Zend Core mailing list archive at Nabble.com.

没有评论: