If you can provide a used iPhone, iPad, or smart device to us, please message her separately as well as fill out this form! https://docs.google.com/forms/d/e/1FAIpQLScRCqQN6pih-ii2g7xAk1haHTqVYQPhixMpmpyiSZphHco4jg/viewform
If you do not have a device, please consider donating $5-$10 to support buying chargers and devices.
Please consider making a generous donation for this cause. 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]