'') { if ($NumPos == 0) echo '

We currently have the following vacancies:


'; echo ''; echo ''; echo ''; echo ''; $NumPos++; } } echo '

Job title

:' . $Title . '

Starting

:' . $ComRec['Start' . $Num] . '

Salary

:' . $ComRec['Salary' . $Num] . '

Description

:' . $ComRec['JobDesc' . $Num] . '

'; 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.'; ?>