I'm getting foreach errors also..
One question: when you say 'before the bracket', do you mean 'before the curly bracket' or 'before the round bracket?'
I currently have:
PHP Code:
thankyou();
}
// ###################### Start leavesubscription #######################
function delete_user_subscription($subscriptionid, $userid)
{
and
PHP Code:
");
}
thankyou();
}
// ###################### Start getsubscriptionscache #######################
function cache_user_subscriptions()