This year Compassionate Hearts Team is collecting winter coats for the homeless and needy population of Metro Boston. We will have collection bins in selected churches of Metro West. Distribution of these coats will be done at the soup kitchens and homeless shelters. Our target is to collect at least 500 good quality winter coats
[insert_php]
global $wpdb, $post;
$projectid = get_field( “project_id”, $post->ID );
$table_name = $wpdb->prefix . ‘donor_list’;
$res = $wpdb->get_results(“SELECT * FROM “.$table_name.” where anonymous = ‘No’ and payment_status = ‘Completed’ and projects_sponsore = ‘”.$projectid.”‘ order by id desc”);
if(!empty($res)) {
echo ”
global $wpdb, $post;
$projectid = get_field( “project_id”, $post->ID );
$table_name = $wpdb->prefix . ‘donor_list’;
$res = $wpdb->get_results(“SELECT * FROM “.$table_name.” where anonymous = ‘No’ and payment_status = ‘Completed’ and projects_sponsore = ‘”.$projectid.”‘ order by id desc”);
if(!empty($res)) {
echo ”
| FundRaising Honor Roll | |||
|---|---|---|---|
| S.No. | Name | Donation Amount | Payment Status |
| “. $i .” | “. $re->name .” | $ “. $re->donation_amount .” | “. $payment_status .” |
“;
}
[/insert_php]
Request Your Contacts To Support This Cause
———OR———
Send a check payable to “Compassionate Hearts Network Inc” , PO Box 51, Woodville, MA-01784
No project ID found for this project.
