Dear Friends,
This project is for Elsy, a 59-year-old female from Thrissur, Kerala, living alone, who is admitted to Amritha Hospital, Cochin. She has to undergo a mitral valve repair surgery which costs around four lakhs but the hospital reduced it to around 200000/-.
She is facing severe financial constraints. She has a small house on 2 cents of land which is sponsored by Govt. of Kerala. She is a widow and her husband died 10 years back.
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]