No documentation on how-to
don-odyssey opened this issue · 1 comments
don-odyssey commented
After entering the command:
$result = $MailChimp->get("lists/$list_id/members");
How does one access $result?
drewm commented
$result
is a variable containing the result! A good place to start would be to print_r()
it to see what's there.