Hello
<?php
$airports = array('LED','DME','SVO','VKO','AER','KRR','IKT','KGP','KHV');
if ($content = getData('LED'))
{
return $content;
}
Need to go on line through the array until the content is not empty! How? Sry for bad english