This project request is to help Pr Abraham and his family who are looking for support from interested donors to purchase a house. Pr. Abraham recently recovered from a stroke and is not physically fit to continue his pastoral work as before. He and his family have been living in a rental house for a long time. They do not have any assets or sufficient sources of income to afford a house and are looking for support from well wishers. Kindly contribute generously to this cause to help this family to have a house of their own.Any and all funds raised by CHN will be solely used for this purpose.
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]