Dear Friends,
This request is to seek donations to support a medical student, who is studying MBBS (Final year) at a private medical college in Thrissur, Kerala (India).
Her family does not have the means to pay tuition fees. Despite being a brilliant student with vital academic records and documentation of financial need, she could not secure enough educational loans locally to pay for her education.
The Loan will cover half of her tuition every year, seeking to raise half of her tuition fee for the final year.
This request is to seek donations to support a medical student, who is studying MBBS (Final year) at a private medical college in Thrissur, Kerala (India).
Her family does not have the means to pay tuition fees. Despite being a brilliant student with vital academic records and documentation of financial need, she could not secure enough educational loans locally to pay for her education.
The Loan will cover half of her tuition every year, seeking to raise half of her tuition fee for the final year.
[insert_php]
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 ”
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]