This Project is to give financial support to K P Jose for his medical treatment of his cirrhosis of the liver with acute kidney injury. He is living in a rented house. Sole breadwinner for his family.He has to undergo liver transplant surgery as soon as possible to sustain his life. Thankfully his wife’s liver matches and hence does not need to find another donor for this surgery & which is estimated to cost around 10 Lakhs INR.
Requesting kind hearts to pool in some help to give Hope to Jose & his family
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]