This project is to raise fund to buy Backpacks containing a School Bag, Books, other essential school supplies and an umbrella for at least 200 most deserving school going children from Idukki, Kerala. Social workers and volunteers who works among the poorest or the poor and Adivasi tribes in Idukki encourages little children of these families who are staying in and around by distributing these for their academic year. Along with the school supplies, uniforms are also distributed to the most needy. Requesting our partners to share this into our friends circle to help us serve these Children!
We are targeting to sponsor at least 200 backpack filled with school supplies. Local fund raising will cover the remaining requirement. Every dollar of your donation will help pay for it.
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] |