This project was initiated for our classmate and friend Dr.Vipul Chavda, 1993 Physical Therapy Graduate Class of Kasturba Medical College, Manipal, India. Vipul was a star student, a loving friend and had a passion for life. He had his own practices in Mumbai and also was the Ranji trophy team physiotherapist. He had dedicated his time and energy in helping others and he loved every minute of it. Vipul passed away last year when he went mountain climbing in Nepal during the devastating earthquake that took thousands of lives.
We the class of 1993 want to pay respect and show our love and loss to our friend who has touched our lives with his own unique charm and personality by setting up the Merit Scholarship award at Manipal Medical College. The award will be given yearly to the best student in Bachelor of Physiotherapy.
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 anonymous = ‘No’ and 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]