This project request is to solicit donations for a heart surgery needed immediately for a 40 year old individual from Erode, Tamilnadu, India. He’s an accountant by profession earning meager wages and the breadwinner of this family. This individual recently underwent a heart operation at a local hospital but it was unsuccessful. Now he has been admitted to Amrita Medical College, Cochin, Kerala and the cardiologists are recommending a repeat surgery to take care of the complex heart issues that he has.
Overall cost of the surgery is approximately $6000 USD. Patient family has collected $3000 of their own but seeking donations from generous individuals to cover the rest of the cost. Please consider making a donation to this very deserving 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 ”
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: $0 | Released 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] |