This project is to help 2 Engineering students to buy laptops. One of them is on her third year in engineering college and the other one is starting this year. Now they share smartphone between them to get their work done. The family is run by their mother who has a low paid job. They lost their father 3 years ago. Mother’s salary is not enough to pay for the living expenses, kids education, rent etc and this family is looking for generous donors to help with this specific need.
Anything you are willing to spare would be a great help for these students.
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]