The ongoing global pandemic changed everyones jobs and lifestyle including students who attend schools and colleges. This request is from a school teacher who due to the pandemic and online classes have asked if we could provide TV’s for the kids who are struggling because they don’t have nor can afford a tv due to the circumstances in their life which is beyond their control. Please find it in your hearts to donate and provide for these children a way to study and have a future .
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]