Friends,
This request is for 35-year-old Shyam from Alappuzha, Kerala, who’s diagnosed with a heart condition that needs immediate treatment. His heart valve needs to be replaced, which requires surgery. His family consists of his parents, wife and 2 children, and his brother’s family. His wife is a homemaker and he is the only breadwinner of the family. He worked as a billing staff in a private company. Due to the covid-19, he has no proper income. They have only 4 cents of land and a house.
Shyam is a patient of Amrita medical college, Cochin at this time. The surgery would cost around 3.5 lakhs. The family is facing severe financial constraints.
The Compassionate Hearts Network Team is looking for your prayers and support to fulfill this critical need. Every penny of your donation will go to support this cause.
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 ”
“;
$i=1; foreach($res as $re) {
if($i % 2 == 0){
$class = ‘success’;
} else {
$class = ‘info’;
}
if($re->donor_status == 1) { $payment_status = ‘Paid’; } else { $payment_status = ‘Pledged’; }
if($re->anonymous == ‘Yes’) { $re->name = ‘Anonymous Donor’; };
echo ”
“;
$i++; }
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: $700Released 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]