This request is for an individual from Northern Kerala who is a cancer patient. He has been under treatment for the past 3 years but now require an immediate surgery as the cancer is spreading. This patient is an auto driver who has two young children to take care. His wife is a homemaker. Kindly provide any immediate financial assistance that can be given. A letter from the vicar of his local Church is below.
Dear Friend,
ഞാൻ ജെസിൻ അച്ചൻ from a small church in Nilambur Kerala..ഈ പള്ളിയിലെ ഒരാൾക്ക് ക്യാൻസർ ആണ്. 3 വർഷം മുമ്പ് സർജറി കഴിഞ്ഞതാണ്.. ഇപ്പോൾ വീണ്ടും അസുഖമാണ്. 2 പെണ്മക്കൾ ആണ്. 5, 4 വയസ്സ്. ഓട്ടോ ഓടിച്ചാണ് ജീവിക്കുന്നത്. വീണ്ടും ഈ 28നു സർജറി പറഞ്ഞിരിക്കുവാ.. 3ലക്ഷം ആകും..ഞാൻ പരമാവധി നോക്കിയിട്ടും അത്രയും പൈസ കണ്ടെത്താൻ പറ്റുന്നില്ല. എന്തെങ്കിലും സഹായം ചെയ്യാൻ പറ്റുമെങ്കിൽ ചെയ്യണേ…
-ജെസിൻ അച്ചൻ
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]