This project is for Mr. Abraham, from Kerala. He was diagnosed with colon cancer in December 2020 and requires an immediate surgery in two weeks. He does not have the income to afford the surgery expenses. So, he has requested help from well wishers to support him to pay for the surgery which would be about $3000.
Compassionate Hearts Network Team is looking for your prayers and support to fulfill their immediate financial needs. Please consider making a donation to this cause. All donations paid to CHN will be used for his medical expense.
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 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]
Latest Status Updates
Funds Raised: $0Released to Beneficiary: [insert_php] echo get_field( “released_to_beneficiary”, $post->ID ); [/insert_php]Project Status Summary:
[insert_php] echo get_field( “project_status_summary”, $post->ID ); [/insert_php]