I've come up with this monstrosity :
echo $value;
And the result is this:
"_aaaaaaa","_bbbbbb","_cccccc","_dddddd"
This is i a string....but i want to make it look like this in end.
$value= array("_aaaaaaa","_bbbbbb","_cccccc","_dddddd");
I've tried everything.How can i make this string into an array like the above ?
Any help here ? -Thanks