Amal Johny is a 6th grade student. He has an older sister who’s a nursing student. Their parents cannot afford the educational expenses and seeking financial support. Mother has back problem and cannot work. Father has a chronic skin disease and is under treatment. They do not have a house but lives in a temporary shed. They are catholic Christians and their local congregation helps them as much as they can. Requested amount will cover educational expense for Amal and 25% of nursing school fee for his sister. Kindly consider supporting this family who’s in dire need.
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]