Home »
Imported messages »
comp.lang.php »
Passing complex data back when using cURL
Re: Passing complex data back when using cURL [message #180172 is a reply to message #180171] |
Sun, 20 January 2013 19:56 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 1/20/2013 2:42 PM, bill wrote:
> I need to take an array that contains arrays and pass it back to the
> script that asked for it using cURL. I have set CURLOPT_RETURNTRANSFER
> to 1 so the data comes back to a variable in the calling program.
>
> The data is alphaneumeric and contains "@" as part of email addresses.
>
> I want to have the data back in an array or arrays in the calling script.
>
> I looked at serialize, but fear that the null bytes would not transfer
> properly.
>
> I looked at json_encode/decode but wonder about the options.
>
> What would be the best way to move the data from the server back to the
> cURL client ?
>
> -bill
Generally the best way would be to use json. You could also do
something like serialize the data and then base64 encode the data.
Other ways are possible also, but more complicated.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Goto Forum:
Current Time: Sat Nov 23 17:04:50 GMT 2024
Total time taken to generate the page: 0.05259 seconds