This project is to raise fund to buy BackPacks containing a School Bag, Books, other essential school supplies and an umbrella for atleast 300 children of “Adivasis” (tribal”) children. A missionary who works among the Adivasi tribes in Idukki encourages little children of these families who are staying in and around by distributing these for their academic year. Each Backpack kit costs around $25. Requesting our partners to share this into our friends circle to help us serve these Children!
We are targeting to sponsor at least 100 backpack filled with school supplies. 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 anonymous = ‘No’ and 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]