Yes, Thank you.
On Wed, Jun 11, 2008 at 2:25 PM, Chris Chabot <[EMAIL PROTECTED]> wrote:
> try:
>
> <?php
> echo json_encode($_REQUEST);
>
>
> i think that will fix a lot of your problems right there :P
>
> -- Chris
>
>
> On Jun 11, 2008, at 8:59 AM, Neo Anderson wrote:
>
> <?php
>> json_encode($_REQUEST);
>> ?>
>>
>> I am getting response as below:
>>
>> throw 1; < don't be evil'
>>
>>> {"http://localhost/makeRequestTest.php":{"body":"\r\n","rc":200}}
>>>
>>
>>
>

