Friends,
This project is for Mr. Raju. He had suffered a severe fracture below his knee and has undergone surgery for holding his bone in place with metal rods. He is a building construction worker and his family depends on his income to survive. After that surgery, unable to do his job. Raju has two children studying in 12th and 11th standards.
The family cannot afford his son’s higher education after the 12th standard. They are already in 3 lakhs rupees debt which they had spent for Raju’s treatment. We request you kindly donate to help Mr. Raju to repay his loan and afford his son’s higher education.
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: $0Released 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]