$company = urldecode($_GET['company']);
}
// if company passed, display names and comments
if(!empty($company)) {
print '
We encourage you to congratulate people you may know from '.$company.' and add additional comments by using the "Add your comment" section below.';
print '
';
db_set_active('ain_misc');
$q = "SELECT DISTINCT name, location FROM ain_above_beyond_2014 WHERE company = '$company'";
$result = db_query($q);
foreach($result as $rec){
// spit out the names and locs
print '
';
// then get their comments
$myname = addslashes($rec->name);
$q2 = "SELECT comments from ain_above_beyond_2014 WHERE name = '$myname'";
$result2 = db_query($q2);
foreach($result2 as $com){
if(!empty($com->comments)) {
print '
“'.$com->comments.'”
';
}
else print '
';
}
}
db_set_active();
}
// if nothing passed - start page
else { ?>
As part of AIN Publication’s annual survey of users of business aviation, we asked qualified subscribers of Aviation International News, our monthly print publication, to identify "specific individuals for going above and beyond when it comes to product/customer support" of aircraft, engines and avionics, and to explain why they deserve special recognition.
The over 1,000 respondents to the 2014 AIN Product Support Survey named nearly 200 deserving individuals, too many for us to include in the August issue of Aviation International News. So we have included all of them here. You’ll find them listed by company.
To all of you who earned this special recognition from your customers, all of us at AIN Publications offers our heartiest of congratulations! Thank you for going "Above and Beyond" to help keep business aviation flying.