We would like to request support from generous individuals to help an aged couple to make part of their broken house livable. Currently they live in a rural village of Trichy, Tamilnadu, India. The house where they live is a hut that has a leaky root made with palm leaves. Insects and snakes crawl in at night and it’s uneasy to see how these old couple are living there. Their immediate need is to secure one room and a kitchen with metal sheet roofing. Would you be willing to help with whatever you can to help these folks?
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] |