Although US is the richest country in the world, it’s getting harder and harder for people at the lower end of the income scale to survive.This project is to help one such individual who’s a resident of Maynard Massachusetts. He does landscaping in summer and snow removal in the winter to make a living. Recently his truck broke down and he is not able to get it fixed or replaced on his own. Appreciate if you could pitch in and help.
100% percent of the money you donated will be used only for this cause. Thank you for your support.
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]
Latest Status Updates
Funds Raised: $0 | Released to Beneficiary: [insert_php] echo get_field( “released_to_beneficiary”, $post->ID ); [/insert_php] |
Project Status Summary: [insert_php] echo get_field( “project_status_summary”, $post->ID ); [/insert_php] |