Manukumar family is from Ezhumattoor, Kerala who lives in a housing colony. They are is seeking assistance to pay for schooling expenses for their two daughters. Older girl is in +12 and the younger one is in 8th grade. Father works for a cabling contractor as a daily wage worker and do not have regular work. Mother works as a housemaid in the close by houses as much as she can. They have a house of their own but without any flooring and running water. The girls takes public transportation to the school which is 5-6 kilometers away.
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]