ok i get a string like this
Array ( [username] => Array ( [0] => domain.com [1] => Cool Blue [2] => owner ) [username] => Array ( [0] => domain1.com [1] => Cool Blue [2] => owner ) [username] => Array ( [0] => domain2.com [1] => Cool Blue [2] => owner )
and i would like to be able to have these pulled so i can call each variable by a name like this
$username = arrayusernamevalue
so i can print it to the PHP code where i would like
let me know if you can help
or at least help figure this out even a little bit