I can't get this to work:
I believe it is because the email values do not match:PHP Code:$db->execute_query("UPDATE mail_subscribers SET bounce_count='bounce_count + 1' WHERE email = '$email'");
email = nobody@mydomain.com
$email = <nobody@mydomain.com>
This is because $email was taken from a header by a MIMEdecoder.
How can I remove the brackets (tags)?



Reply With Quote
Bookmarks