Hi
> Output is something like this>> {"one","two","three"}>> What can i do with this. How can i insert this in php array
Read the output into a string and then use explode() to generate anarray.
ByeConni