Saly is a 55-year-old widow from Ranny, Kerala. Since the death of her husband, she has been working in a prawn processing factory in Mumbai, making just enough money to get by. Her only son is on his own and she doesn’t know his whereabouts. Things were going fine with her until an accident at the workplace severely damaged her left foot. She quit her job and has been relying on others’ help for her treatment since then.
Recently Saly’s injured leg started getting infected and she’s been in pain for days. Doctors are advising her to remove the steel rod that’s in place and amputate it to save her life. The immediate cost of the treatment is about $700 and Saly has no means to pay for it. She’s looking for help from anyone who’s willing to support her. Would you be kind enough to help her?
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]