'')
{
if ($NumPos == 0) echo 'We currently have the following vacancies:
';
echo 'Job title | : | ' . $Title . ' |
';
echo 'Starting | : | ' . $ComRec['Start' . $Num] . ' |
';
echo 'Salary | : | ' . $ComRec['Salary' . $Num] . ' |
';
echo 'Description | : | ' . $ComRec['JobDesc' . $Num] . ' |
';
$NumPos++;
}
}
echo '
';
if ($NumPos == 0)
{
echo "Sorry, we don't have any vacancies at the moment.
";
echo 'Please use the
Contact form to tell us about yourself for future vacancies.';
}
else
echo 'Please use the
Contact form to enquire about a vacancy.';
?>