This project to help Aby Paulose, based on his request, to build a toilet and finish a partially built kitchen.
He is living in a house, constructed on 8-cent land with the help of Thirumaradi Panchayathu. There is no toilet in this house, moreover, the construction of the kitchen is yet to finish.
His wife had surgery recently and is still on medication. Their two children are still studying. Abey has no specific, regular job to meet his family’s needs.
He is seeking help to construct a toilet and finish the pending kitchen work.
He is living in a house, constructed on 8-cent land with the help of Thirumaradi Panchayathu. There is no toilet in this house, moreover, the construction of the kitchen is yet to finish.
His wife had surgery recently and is still on medication. Their two children are still studying. Abey has no specific, regular job to meet his family’s needs.
He is seeking help to construct a toilet and finish the pending kitchen work.
[insert_php]
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 ”
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]