Christy P Baiju is a 5th grade student from Anavilasam Pullumedu, Idukki, studying in Zion public school Pullumedu, Idukki. His father is an evangelist who does not have any stable income. His mother is a homemaker and she is a chronic patient. They do not have a house of their own and live in the CSI parsonage. This request is to support Baiju’s educational expenses for an year with a maximum of $350 which includes projected expense for tuition, uniform and study materials.
Kindly Support this family as much as you can with a donation.
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]