Mujan84
Results
1
comments of
Mujan84
I support this. But for now I do it like this: $result = $MailChimp->get("lists/".$list_id."/members/".$subscriber_hash); if ($result['status'] == '404') { // No user in mailChimp database } else { }