On Mon, 2012-03-26 at 09:45 -0600, QI.VOLMAR QI wrote:

> I have this lines:
>             curl -H "Content-Type: application/json" -d "hello world" \
>             
> "http://api.pusherapp.com/apps/17331/channels/test_channel/events?"\
> 
> The option -d is for data. But How I can set it on the PHP  CURL extension?
> I have found that if I set something like array('Hello Word', 'name'
> => 'my_name'), for the POST data may occurs. Can you give me a  little
> help?
> 


Have a look at curl_setopt() which can set those flags as you need
inside PHP:

http://uk3.php.net/manual/en/function.curl-setopt.php


-- 
Thanks,
Ash
http://www.ashleysheridan.co.uk


Reply via email to